Interface VariantConstructor

Hierarchy

Constructors

  • Type Parameters

    Parameters

    • Rest ...args: any[]

    Returns T

Properties

abiAlias?: ABITypeDescriptor

Alias to another type.

For structs, the base class this type extends.

abiDefault?: (() => ABISerializable)

Type declaration

abiFields?: ABIField[]

For structs, the fields that this type contains.

abiName: string

Name of the type, e.g. asset.

abiVariant?: ABITypeDescriptor[]

For variants, the different types this type can represent.

Methods

Generated using TypeDoc