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

    Type Alias DictionaryKey<K>

    type DictionaryKey<K extends DictionaryKeyTypes> = {
        bits: number;
        parse(src: bigint): K;
        serialize(src: K): bigint;
    }

    Type Parameters

    Index

    Properties

    Methods

    Properties

    bits: number

    Methods

    • Parameters

      • src: bigint

      Returns K

    • Parameters

      • src: K

      Returns bigint