TxFrom: {
    amount: BaseAmount;
    asset?: Asset;
    from: Address | TxHash;
}

Type definition for the sender of a transaction.

Type declaration

  • amount: BaseAmount
  • Optional asset?: Asset
  • from: Address | TxHash

Generated using TypeDoc