Type Alias: REORG_DATA
REORG_DATA =
object
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:170
Data about reorganized blocks, starting and ending block number and hash
Properties
starting_block_hash
starting_block_hash:
BLOCK_HASH
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:174
Hash of the first known block of the orphaned chain
starting_block_number
starting_block_number:
BLOCK_NUMBER
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:178
Number of the first known block of the orphaned chain
ending_block_hash
ending_block_hash:
BLOCK_HASH
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:182
The last known block of the orphaned chain
ending_block_number
ending_block_number:
BLOCK_NUMBER
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:186
Number of the last known block of the orphaned chain