@proto-kit/processorDocs


Documentation / @proto-kit/processor / BlockResponse

Interface: BlockResponse

Properties

data

data: object

findFirstBlock

findFirstBlock: object & object & object

Type declaration
batchHeight

batchHeight: null | number

beforeBlockStateTransitions

beforeBlockStateTransitions: JsonValue

beforeNetworkState

beforeNetworkState: JsonValue

createdAt

createdAt: Date

duringNetworkState

duringNetworkState: JsonValue

fromBlockHashRoot

fromBlockHashRoot: string

fromEternalTransactionsHash

fromEternalTransactionsHash: string

fromMessagesHash

fromMessagesHash: string

fromStateRoot

fromStateRoot: string

hash

hash: string

height

height: number

parentHash

parentHash: null | string

toEternalTransactionsHash

toEternalTransactionsHash: string

toMessagesHash

toMessagesHash: string

transactionsHash

transactionsHash: string

Type declaration
result

result: object

result.afterBlockStateTransitions

result.afterBlockStateTransitions: JsonValue

result.afterNetworkState

result.afterNetworkState: JsonValue

result.blockHash

result.blockHash: string

result.blockHashRoot

result.blockHashRoot: string

result.blockHashWitness

result.blockHashWitness: JsonValue

result.stateRoot

result.stateRoot: string

result.witnessedRoots

result.witnessedRoots: string[]

Type declaration
transactions

transactions: object & object[]

Defined in

packages/processor/src/indexer/BlockFetching.ts:24