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

    Interface ListTypeInfo

    LIST or MAP child-type metadata.

    interface ListTypeInfo {
        alias?: string;
        childType: LogicalType;
        type: LIST;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • ListTypeInfo
    Index

    Properties

    Properties

    alias?: string
    childType: LogicalType

    Child logical type.

    type: LIST