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

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 witness set, assuming it is valid and has no auxiliary data

Create a transaction with the given body and witness set, assuming it is valid and has 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 it is valid

Create a transaction with the given body, witness set, and auxiliary data, assuming it is 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