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

    Interface DecimalTypeInfo

    DECIMAL type metadata.

    interface DecimalTypeInfo {
        alias?: string;
        scale: number;
        type: DECIMAL;
        width: number;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • DecimalTypeInfo
    Index

    Properties

    Properties

    alias?: string
    scale: number

    Decimal scale.

    type: DECIMAL
    width: number

    Decimal width.