UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

11 lines (10 loc) 222 B
export interface GetBlockTransactionsExt { workchain: number; shard: number; seqno: number; root_hash?: string; file_hash?: string; after_lt?: number; after_hash?: string; count?: number; }