Transaction

scalus.cardano.ledger.Transaction
See theTransaction companion class
object Transaction

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Pretty prints Transaction with inlined body and witness fields

Pretty prints Transaction with inlined body and witness fields

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Create a transaction with the given body and empty witness set, assuming valid and no auxiliary data

Create a transaction with the given body and empty witness set, assuming valid and no auxiliary data

Attributes

Create a transaction with the given body and witness set, assuming valid and no auxiliary data

Create a transaction with the given body and witness set, assuming valid and no auxiliary data

Attributes

def apply(body: TransactionBody, witnessSet: TransactionWitnessSet, auxiliaryData: AuxiliaryData): Transaction

Create a transaction with the given body, witness set, and auxiliary data, assuming valid

Create a transaction with the given body, witness set, and auxiliary data, assuming valid

Attributes

An empty transaction

An empty transaction

Attributes

def fromCbor(bytes: Array[Byte])(using pv: ProtocolVersion = ...): Transaction

Givens

Givens

CBOR codec for Transaction

CBOR codec for Transaction

Attributes

Pretty prints Transaction with inlined body and witness fields

Pretty prints Transaction with inlined body and witness fields

Attributes