Skip to main content
Version: 5.14.1

Interface: GetBlockResponse

types.GetBlockResponse

Properties​

timestamp​

• timestamp: number

Defined in​

src/types/provider/response.ts:24


block_hash​

• block_hash: string

Defined in​

src/types/provider/response.ts:25


block_number​

• block_number: number

Defined in​

src/types/provider/response.ts:26


new_root​

• new_root: string

Defined in​

src/types/provider/response.ts:27


parent_hash​

• parent_hash: string

Defined in​

src/types/provider/response.ts:28


status​

• status: Status

Defined in​

src/types/provider/response.ts:29


transactions​

• transactions: string[]

Defined in​

src/types/provider/response.ts:30


gas_price​

• Optional gas_price: string

Defined in​

src/types/provider/response.ts:31


sequencer_address​

• Optional sequencer_address: string

Defined in​

src/types/provider/response.ts:32


starknet_version​

• Optional starknet_version: string

Defined in​

src/types/provider/response.ts:33


transaction_receipts​

• Optional transaction_receipts: any

Defined in​

src/types/provider/response.ts:34