UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

14 lines (13 loc) 514 B
import type { BlockCurrencyCollection } from './BlockCurrencyCollection'; export type BlockValueFlow = { from_prev_blk: BlockCurrencyCollection; to_next_blk: BlockCurrencyCollection; imported: BlockCurrencyCollection; exported: BlockCurrencyCollection; fees_collected: BlockCurrencyCollection; burned?: BlockCurrencyCollection; fees_imported: BlockCurrencyCollection; recovered: BlockCurrencyCollection; created: BlockCurrencyCollection; minted: BlockCurrencyCollection; };