Result
The result of another transaction command.
type Result {
cmd: Int!
ix: Int
}
Fields
Result.cmd
● Int!
non-null scalar
The index of the previous command (0-indexed) that returned this result.
Result.ix
● Int
scalar
If the previous command returns multiple values, this is the index of the individual result among the multiple results from that command (also 0-indexed).
Implemented By
TransactionArgument
union