TxTo: {
    amount: BaseAmount;
    asset?: Asset;
    to: Address;
}

Type definition for the recipient of a transaction.

Type declaration

  • amount: BaseAmount
  • Optional asset?: Asset
  • to: Address

Generated using TypeDoc