Block
Block.JSON — Full block data including header, body, hash, and size.BlockNumber
BlockNumber.Number / BlockNumber.BigInt — Non-negative integer. from(n) — Creates block number with validation.BlockHash
BlockHash.Hex — 32-byte branded type. from(input) — Creates from hex string or bytes. toHex(hash) — Converts to hex string.See Also
- BlockHeader - Block header structure
- BlockBody - Block transactions and uncles
- BlockHash - Block hash type
- BlockNumber - Block number type

