Optional
abiOptional
abiFor structs, the base class this type extends.
Optional
abiReturn value to use when creating a new instance of this type, used when decoding binary extensions.
Optional
abiFor structs, the fields that this type contains.
Name of the type, e.g. asset
.
Optional
abiFor variants, the different types this type can represent.
Create new instance from JavaScript object. Should also accept an instance of itself and return that unchanged.
Optional
fromABICreate instance from binary ABI data.
Decoder instance to read from.
Optional
toABIStatic ABI encoding can be used to encode non-class types. Will be used in favor of instance.toABI if both exists.
The value to encode.
The encoder to write the value to.
Generated using TypeDoc
Alias to another type.