scalus.ledger.api.v2

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScriptContext(txInfo: TxInfo, purpose: ScriptPurpose)

The context that the currently-executing script can access.

The context that the currently-executing script can access.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class TxInInfo(outRef: TxOutRef, resolved: TxOut)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxInfo(inputs: List[TxInInfo], referenceInputs: List[TxInInfo], outputs: List[TxOut], fee: Value, mint: Value, dcert: List[DCert], withdrawals: AssocMap[StakingCredential, BigInt], validRange: POSIXTimeRange, signatories: List[PubKeyHash], redeemers: AssocMap[ScriptPurpose, Redeemer], data: AssocMap[DatumHash, Datum], id: TxId)

A pending transaction.

A pending transaction.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxOut(address: Address, value: Value, datum: OutputDatum, referenceScript: Maybe[ScriptHash])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Exports

Defined exports

final val Address: Address.type
Exported from v1
final type Address = Address
Exported from v1
final val Credential: Credential.type
Exported from v1
final type Credential = Credential
Exported from v1
Exported from ToDataInstances
final val DCert: DCert.type
Exported from v1
final type DCert = DCert
Exported from v1
export DCertLift[T <: DCert]
Exported from ToDataInstances
final type Datum = Datum
Exported from Contexts$package$
final type DatumHash = DatumHash
Exported from Contexts$package$
export ExtendedLift[A : ToData, T <: (Extended)]
Exported from ToDataInstances
final val Interval: Interval.type
Exported from v1
final type Interval = Interval
Exported from v1
Exported from ToDataInstances
Exported from Contexts$package$
final val PubKeyHash: PubKeyHash.type
Exported from v1
final type PubKeyHash = PubKeyHash
Exported from v1
final type Redeemer = Redeemer
Exported from Contexts$package$
final type ScriptHash = ScriptHash
Exported from Contexts$package$
Exported from v1
Exported from v1
Exported from v1
Exported from v1
final val TxId: TxId.type
Exported from v1
final type TxId = TxId
Exported from v1
final val TxOutRef: TxOutRef.type
Exported from v1
final type TxOutRef = TxOutRef
Exported from v1
Exported from ToDataInstances
final val Value: Value.type
Exported from v1
final type Value = Value
Exported from Contexts$package$
Exported from ToDataInstances