An enum value

Category

User-defined elementary types

Hierarchy

  • EnumValue

Properties

interpretations: {}

Type declaration

    kind: "value"
    type: EnumType
    value: {
        name: string;
        numericAsBN: BN;
    }

    Type declaration

    • name: string
    • numericAsBN: BN

      the numeric value of the enum

    Generated using TypeDoc