All chains
    Preparing search index...

    Type Alias AccountInfoOf

    AccountInfoOf: StorageDescriptor<
        [Key: FixedSizeBinary<20>],
        {
            account_type: Enum<
                {
                    Contract: {
                        code_hash: FixedSizeBinary<32>;
                        immutable_data_len: number;
                        storage_base_deposit: bigint;
                        storage_byte_deposit: bigint;
                        storage_bytes: number;
                        storage_item_deposit: bigint;
                        storage_items: number;
                        trie_id: Binary;
                    };
                    EOA: undefined;
                },
            >;
            dust: number;
        },
        true,
        never,
    >

    The data associated to a contract or externally owned account.