toncenter-js
    Preparing search index...

    Variable accountStateInfoConst

    accountStateInfo: ZodObject<
        {
            account_state_hash: ZodString;
            address: ZodString;
            balance: ZodString;
            code_boc: ZodString;
            code_hash: ZodString;
            contract_methods: ZodNullable<ZodAny>;
            data_boc: ZodString;
            data_hash: ZodString;
            extra_currencies: ZodObject<{}, $loose>;
            last_transaction_hash: ZodString;
            last_transaction_lt: ZodString;
            status: ZodString;
        },
        $strip,
    > = ...