# z.Block

## Schemas

| Name | Description |
| --- | --- |
| [`Block`](/zod/schemas/Block/Block) | Block schema with transaction hashes. |
| [`BlockToRpc`](/zod/schemas/Block/BlockToRpc) | Encode-only block schema (transaction hashes) accepting numberish `toRpc` inputs. |
| [`Hash`](/zod/schemas/Block/Hash) | Block hash schema. |
| [`Identifier`](/zod/schemas/Block/Identifier) | Block identifier schema. |
| [`Number`](/zod/schemas/Block/Number) | Block number schema. |
| [`Pending`](/zod/schemas/Block/Pending) | Pending block schema with transaction hashes. |
| [`PendingWithTransactions`](/zod/schemas/Block/PendingWithTransactions) | Pending block schema with full transactions. |
| [`Tag`](/zod/schemas/Block/Tag) | Block tag schema. |
| [`WithTransactions`](/zod/schemas/Block/WithTransactions) | Block schema with full transactions. |
| [`WithTransactionsToRpc`](/zod/schemas/Block/WithTransactionsToRpc) | Encode-only block schema (full transactions) accepting numberish `toRpc` inputs. |
