コンテンツにスキップ

TransferTransactionV1Descriptor⚓︎

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

binary layout for a transfer transaction (V1)

Constructors⚓︎

new TransferTransactionV1Descriptor()⚓︎

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

Creates a descriptor for TransferTransactionV1.

Parameters⚓︎

Parameter Type Description
recipientAddress Address recipient address
amount Amount XEM amount
message? MessageDescriptor optional message

Returns⚓︎

TransferTransactionV1Descriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.amount Amount
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.