UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

8 lines (7 loc) 207 B
import type { BlockchainBlock } from './BlockchainBlock'; export type BlockchainBlockShards = { shards: Array<{ last_known_block_id: string; last_known_block: BlockchainBlock; }>; };