Skip to content

TransferTransactionV1Descriptor⚓︎

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

Send mosaics and messages between two accounts (V1, latest).

Constructors⚓︎

new TransferTransactionV1Descriptor()⚓︎

new TransferTransactionV1Descriptor(
   recipientAddress, 
   mosaics?, 
   message?): TransferTransactionV1Descriptor

Creates a descriptor for TransferTransactionV1.

Parameters⚓︎

Parameter Type Description
recipientAddress Address recipient address
mosaics? UnresolvedMosaicDescriptor[] attached mosaics
message? string | Uint8Array<ArrayBufferLike> attached message

Returns⚓︎

TransferTransactionV1Descriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.recipientAddress Address
rawDescriptor.type string

Methods⚓︎

toMap()⚓︎

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