Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias ComputedEffectOfBlocks

    type ComputedEffectOfBlocks = {
        accounts: ComputedEffectOfBlocksByAccount;
        metadata: { blockCount: number; operationCount: number };
        touched: InstanceSet<GenericAccount>;
    }
    Index

    Properties

    metadata: { blockCount: number; operationCount: number }