Interface TransferParams

Interface for the parameters of the Token Transfer Command

Hierarchy

  • TransferParams

Properties

amount: bigint

Amount of tokens to be transferred in Beddows.

data: string

Optional message / data field.

recipientAddress: Buffer

Address of the recipient.

tokenID: Buffer

ID of the tokens being transferred. TokenID must be 8 bytes (16 characters). The first 4 bytes correspond to the chainID.

Generated using TypeDoc