@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / native / SomniaBlockResources

Interface: SomniaBlockResources

Defined in: packages/sdk/src/native/types.ts:35

Resources a consensus block consumed, as the node reports them.

Properties

validationGas

validationGas: bigint

Defined in: packages/sdk/src/native/types.ts:37

Gas spent validating the block's transactions.


compressedBytes

compressedBytes: bigint

Defined in: packages/sdk/src/native/types.ts:39

Compressed size of the block's data, in bytes.


uncompressedBytes

uncompressedBytes: bigint

Defined in: packages/sdk/src/native/types.ts:41

Uncompressed size of the block's data, in bytes.