TxResult
The result of another command.
type TxResult {
cmd: Int
ix: Int
}
Fields
TxResult.cmd
● Int
scalar
The index of the command that produced this result.
TxResult.ix
● Int
scalar
For nested results, the index within the result.
Implemented By
TransactionArgument
union