TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias ABITypeRef

    ABITypeRef:
        | {
            format?: Maybe<string | number | boolean>;
            kind: "simple";
            optional?: Maybe<boolean>;
            type: string;
        }
        | {
            format?: Maybe<string | number | boolean>;
            key: string;
            keyFormat?: Maybe<string | number | boolean>;
            kind: "dict";
            value: string;
            valueFormat?: Maybe<string | number | boolean>;
        }