Interface MutationStateView

Generated

from protobuf message db3_storage_proto.MutationStateView

Hierarchy

  • MutationStateView

Properties

gcCount: string

Generated

from protobuf field: uint64 gc_count = 3;

mutationCount: string

Generated

from protobuf field: uint64 mutation_count = 1;

rollupCount: string

Generated

from protobuf field: uint64 rollup_count = 4;

totalEvmCost: string

cost in evm native token

Generated

from protobuf field: string total_evm_cost = 7;

totalGcBytes: string

Generated

from protobuf field: uint64 total_gc_bytes = 8;

totalMutationBytes: string

Generated

from protobuf field: uint64 total_mutation_bytes = 2;

totalRollupBytes: string

Generated

from protobuf field: uint64 total_rollup_bytes = 5;

totalRollupMutationCount: string

Generated

from protobuf field: uint64 total_rollup_mutation_count = 10;

totalRollupRawBytes: string

Generated

from protobuf field: uint64 total_rollup_raw_bytes = 9;

totalStorageCost: string

cost in ar

Generated

from protobuf field: string total_storage_cost = 6;

Generated using TypeDoc