@somnia-chain/markets-sdk


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

Interface: SomniaBlockResources

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

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

Properties

validationGas

validationGas: bigint

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

Gas spent validating the block's transactions.


compressedBytes

compressedBytes: bigint

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

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


uncompressedBytes

uncompressedBytes: bigint

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

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