AccountKeyLinkTransactionV1Descriptor⚓︎
- AccountKeyLinkTransactionV1Descriptor
- Type safe descriptor used to generate a descriptor map for AccountKeyLinkTransactionV1Descriptor.
This transaction is required for all accounts wanting to activate remote or delegated harvesting (V1, latest). Announce an AccountKeyLinkTransaction to delegate the account importance score to a proxy account.
Constructors⚓︎
new AccountKeyLinkTransactionV1Descriptor()⚓︎
new AccountKeyLinkTransactionV1Descriptor(linkedPublicKey, linkAction): AccountKeyLinkTransactionV1Descriptor
Creates a descriptor for AccountKeyLinkTransactionV1.
Parameters⚓︎
| Parameter | Type | Description |
|---|---|---|
linkedPublicKey |
PublicKey |
Linked public key. |
linkAction |
LinkAction |
Account link action. |
Returns⚓︎
AccountKeyLinkTransactionV1Descriptor
Properties⚓︎
| Property | Type |
|---|---|
rawDescriptor |
object |
rawDescriptor.linkAction |
LinkAction |
rawDescriptor.linkedPublicKey |
PublicKey |
rawDescriptor.type |
string |
Methods⚓︎
toMap()⚓︎
- AccountKeyLinkTransactionV1Descriptor.toMap
- Builds a representation of this descriptor that can be passed to a factory function.
Returns⚓︎
object
Descriptor that can be passed to a factory function.