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 Summary
ConstructorsConstructorDescriptionTransferTransactionV1Descriptor(Address recipientAddress, List<UnresolvedMosaicDescriptor> mosaics, byte[] message) Creates a descriptor for TransferTransactionV1. -
Method Summary
-
Constructor Details
-
TransferTransactionV1Descriptor
public TransferTransactionV1Descriptor(Address recipientAddress, List<UnresolvedMosaicDescriptor> mosaics, byte[] message) Creates a descriptor for TransferTransactionV1.- Parameters:
recipientAddress- recipient addressmosaics- attached mosaics (field is omitted when null)message- attached message (field is omitted when null)
-
-
Method Details
-
toMap
- TransferTransactionV1Descriptor.toMap
Builds a representation of this descriptor that can be passed to a factory function.
- Specified by:
toMapin interfaceTypedDescriptor- Returns:
Descriptor map that can be passed to a transaction factory.
-