コンテンツにスキップ

AccountKeyLinkTransactionV1Descriptor⚓︎

AccountKeyLinkTransactionV1Descriptor
Type safe descriptor used to generate a descriptor map for AccountKeyLinkTransactionV1Descriptor.

binary layout for an account key link transaction (V1, latest)

Constructors⚓︎

new AccountKeyLinkTransactionV1Descriptor()⚓︎

new AccountKeyLinkTransactionV1Descriptor(linkAction, remotePublicKey): AccountKeyLinkTransactionV1Descriptor

Creates a descriptor for AccountKeyLinkTransactionV1.

Parameters⚓︎

Parameter Type Description
linkAction LinkAction link action
remotePublicKey PublicKey public key of remote account to which importance should be transferred

Returns⚓︎

AccountKeyLinkTransactionV1Descriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.linkAction LinkAction
rawDescriptor.remotePublicKey PublicKey
rawDescriptor.type string

Methods⚓︎

toMap()⚓︎

toMap(): object
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.