Class TransferTransactionV1Descriptor

java.lang.Object
org.symbol.sdk.symbol.descriptors.TransferTransactionV1Descriptor
All Implemented Interfaces:

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class TransferTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
TransferTransactionV1Descriptor

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

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

  • Constructor Details

    • TransferTransactionV1Descriptor

      public TransferTransactionV1Descriptor(Address recipientAddress, List<UnresolvedMosaicDescriptor> mosaics, byte[] message)
      Creates a descriptor for TransferTransactionV1.
      Parameters:

      recipientAddress - recipient address

      mosaics - attached mosaics (field is omitted when null)

      message - attached message (field is omitted when null)

  • Method Details