Optional
decodeIf the SDK was unable to decode a return value, the error will be here.
The method that was called for this result
The raw bytes of the return value from the ABI method call. This will be empty if the method does not return a value (return type "void").
Optional
returnThe return value from the ABI method call. This will be undefined if the method does not return a value (return type "void"), or if the SDK was unable to decode the returned value.
The TxID of the transaction that invoked the ABI method call.
Optional
txThe pending transaction information from the method transaction
Generated using TypeDoc
Represents the output from a successful ABI method call.