The type of the options parameter to [[ContractDecoder.decodeReturnValue|decodeReturnValue()]].

Hierarchy

  • ReturnOptions

Properties

Properties

The block in which the call was made. Defaults to "latest".

status?: boolean

If included, tells the decoder to interpret the return data as the return data from a successful call (if true is passed) or as the return data from a failed call (if false is passed). If omitted or set to undefined, the decoder will account for both possibilities.

Generated using TypeDoc