an optional set of parameters used for offline transaction generation.
the amount to send.
This field is in MINIMUM CURRENCY UNITS (sat for BTC, wei for ETH) and is an INTEGER AS A STRING, not a decimal
Optional contract data specified for ethereum transactions
the transaction fee count (in eth this is not optional as the Gas Limit, in btc and others it's an ignored field)
the price to pay for each fee( in BTC this is the transaction fee, in eth this is gas price) capped to 2^64.
the public address from which to send
The memo of the transaction, maximum size is 128 bytes. Optional. Can be hex encoded. As with all hexStrings, 0x prefix can be escaped with 0\x.
the public address to which to send
Generated using TypeDoc
an optional set of parameters used for offline transaction generation.