Skip to main content

Interface: RPCBlock

Exact response from backend

Properties

baseFeePerGas

baseFeePerGas: string

Defined in

types/Block.types.ts:26


difficulty

difficulty: string

Defined in

types/Block.types.ts:27


extraData

extraData: string

Defined in

types/Block.types.ts:28


gasLimit

gasLimit: string

Defined in

types/Block.types.ts:29


gasUsed

gasUsed: string

Defined in

types/Block.types.ts:30


hash

hash: string

Defined in

types/Block.types.ts:31


logsBloom

logsBloom: string

Defined in

types/Block.types.ts:32


miner

miner: string

Defined in

types/Block.types.ts:33


mixHash

mixHash: string

Defined in

types/Block.types.ts:34


nonce

nonce: string

Defined in

types/Block.types.ts:35


number

number: string

Defined in

types/Block.types.ts:36


parentHash

parentHash: string

Defined in

types/Block.types.ts:37


receiptsRoot

receiptsRoot: string

Defined in

types/Block.types.ts:38


sha3Uncles

sha3Uncles: string

Defined in

types/Block.types.ts:39


size

size: string

Defined in

types/Block.types.ts:40


stateRoot

stateRoot: string

Defined in

types/Block.types.ts:41


timestamp

timestamp: string

Defined in

types/Block.types.ts:42


totalDifficulty

totalDifficulty: string

Defined in

types/Block.types.ts:43


transactions

transactions: (string | RPCTransaction)[]

Defined in

types/Block.types.ts:44


transactionsRoot

transactionsRoot: string

Defined in

types/Block.types.ts:45


uncles

uncles: string[]

Defined in

types/Block.types.ts:46