scalus.cardano.ledger.Block
See theBlock companion object
case class Block(header: BlockHeader, transactionBodies: IndexedSeq[KeepRaw[TransactionBody]], transactionWitnessSets: IndexedSeq[TransactionWitnessSet], auxiliaryDataSet: Map[Int, AuxiliaryData], invalidTransactions: IndexedSeq[Int])
Represents a complete block in the Cardano blockchain
Valid blocks must also satisfy the following constraints:
- The length of transaction_bodies and transaction_witness_sets must be the same 2. Every transaction_index must be strictly smaller than the length of transaction_bodies
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article