Hierarchy

  • Required<Omit<BlockInfo, "issuerVk" | "previousBlock">>
  • Pick<BlockInfo, "previousBlock">
    • ExtendedBlockInfo

Properties

confirmations: number
date: Date
epoch: EpochNo
epochSlot: number
fees: bigint
nextBlock?: BlockId
previousBlock?: BlockId
size: BlockSize
slotLeader: SlotLeader
totalOutput: bigint
txCount: number

Generated using TypeDoc