Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateVariable

This type represents one of the decoded contract's state variables.

Hierarchy

  • StateVariable

Index

Properties

Properties

class

The class of the contract that defined the variable, as a Format.Types.ContractType. Note that this class may differ from that of the contract being decoded, due to inheritance.

name

name: string

The name of the variable. Note that due to inheritance, this may not be unique.

value

value: Result

The decoded value of the variable. Note this is a Format.Values.Result, so it may be an error.

Generated using TypeDoc