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

    Class ServiceStatistics

    Service statistics. Updated per block, based on available work reports (W).

    https://graypaper.fluffylabs.dev/#/1c979cb/199802199802?v=0.7.1

    Index

    Properties

    accumulateCount: U32

    a.0

    accumulateGasUsed: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
        "ServiceGas[u64]",
    >

    a.1

    exports: U16

    e

    extrinsicCount: U16

    x

    extrinsicSize: U32

    z

    imports: U16

    i

    onTransfersCount: U32

    t.0

    since 0.7.1

    onTransfersGasUsed: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
        "ServiceGas[u64]",
    >

    t.1

    since 0.7.1

    providedCount: U16

    p.0

    providedSize: U32

    p.1

    refinementCount: U32

    r.0

    refinementGasUsed: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
        "ServiceGas[u64]",
    >

    r.1

    Codec: Descriptor<
        ServiceStatistics,
        ViewOf<
            ServiceStatistics,
            {
                accumulateCount: Descriptor<U32, U32>;
                accumulateGasUsed: Descriptor<
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >,
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<"ServiceGas[u64]">,
                >;
                exports: Descriptor<U16, U32>;
                extrinsicCount: Descriptor<U16, U32>;
                extrinsicSize: Descriptor<U32, U32>;
                imports: Descriptor<U16, U32>;
                onTransfersCount: Descriptor<U32, U32>;
                onTransfersGasUsed: Descriptor<
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >,
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<"ServiceGas[u64]">,
                >;
                providedCount: Descriptor<U16, U32>;
                providedSize: Descriptor<U32, U32>;
                refinementCount: Descriptor<U32, U32>;
                refinementGasUsed: Descriptor<
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >,
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<"ServiceGas[u64]">,
                >;
            },
        >,
    > = ...

    Methods