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

    Type Alias ContractState

    type ContractState = {
        balance: bigint;
        extracurrency: Maybe<ExtraCurrency>;
        last: { hash: Buffer; lt: bigint } | null;
        state:
            | { type: "uninit" }
            | { code: Maybe<Buffer>; data: Maybe<Buffer>; type: "active" }
            | { stateHash: Buffer; type: "frozen" };
    }
    Index

    Properties

    balance: bigint
    extracurrency: Maybe<ExtraCurrency>
    last: { hash: Buffer; lt: bigint } | null
    state:
        | { type: "uninit" }
        | { code: Maybe<Buffer>; data: Maybe<Buffer>; type: "active" }
        | { stateHash: Buffer; type: "frozen" }