Options
Public
  • Public
  • Public/Protected
  • All
Menu

Interface ReturnOptions

The type of the options parameter to decodeReturnValue().

Hierarchy

  • ReturnOptions

Index

Properties

Properties

Optional block

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

Optional status

status: boolean | undefined

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