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

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

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    recipientAddress: Address;
    type: string;
}

Type declaration

  • recipientAddress: Address
  • type: string

Methods

  • 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.