Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Variable hostCallInfoAccountConst

    hostCallInfoAccount: Descriptor<
        {
            accumulateMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                "ServiceGas[u64]",
            >;
            balance: U64;
            codeHash: Bytes<32>;
            created: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                "TimeSlot[u32]",
            >;
            gratisStorage: U64;
            lastAccumulation: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                "TimeSlot[u32]",
            >;
            onTransferMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                "ServiceGas[u64]",
            >;
            parentService: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                "ServiceId[u32]",
            >;
            storageUtilisationBytes: U64;
            storageUtilisationCount: U32;
            thresholdBalance: U64;
        },
        ViewOf<
            {
                accumulateMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                    "ServiceGas[u64]",
                >;
                balance: U64;
                codeHash: Bytes<32>;
                created: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                    "TimeSlot[u32]",
                >;
                gratisStorage: U64;
                lastAccumulation: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                    "TimeSlot[u32]",
                >;
                onTransferMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                    "ServiceGas[u64]",
                >;
                parentService: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                    "ServiceId[u32]",
                >;
                storageUtilisationBytes: U64;
                storageUtilisationCount: U32;
                thresholdBalance: U64;
            },
            SimpleDescriptorRecord<
                {
                    accumulateMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >;
                    balance: U64;
                    codeHash: Bytes<32>;
                    created: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "TimeSlot[u32]",
                    >;
                    gratisStorage: U64;
                    lastAccumulation: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "TimeSlot[u32]",
                    >;
                    onTransferMinGas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >;
                    parentService: number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "ServiceId[u32]",
                    >;
                    storageUtilisationBytes: U64;
                    storageUtilisationCount: U32;
                    thresholdBalance: U64;
                },
            >,
        >,
    > = ...

    Service account details with threshold balance.

    Used exclusively by info host call.

    https://graypaper.fluffylabs.dev/#/ab2cdbd/33920033b500?v=0.7.2