@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface EnumTypeInfo

    ENUM value metadata.

    interface EnumTypeInfo {
        alias?: string;
        type: ENUM;
        values: string[];
    }

    Hierarchy

    • BaseExtraTypeInfo
      • EnumTypeInfo
    Index

    Properties

    Properties

    alias?: string
    type: ENUM
    values: string[]

    Ordered enum values.