Skip to main content

TxBlockInfo

export type TxBlockInfo = {
  blockHeight: number
  blockTime: number
  id: TxId
  indexInBlock: number
}