scalus.ledger.api.v3

Members list

Type members

Classlikes

case class Committee(members: AssocMap[ColdCommitteeCredential, BigInt], quorum: BigInt)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum DRep

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Delegatee

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GovernanceActionId(txId: TxId, govActionIx: BigInt)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ProposalProcedure(deposit: Lovelace, returnAddress: Credential, governanceAction: GovernanceAction)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ProtocolVersion(pvMajor: BigInt, pvMinor: BigInt)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScriptContext(txInfo: TxInfo, redeemer: Redeemer, scriptInfo: ScriptInfo)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum ScriptInfo

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
enum TxCert

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TxId(hash: ByteString)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TxInInfo(outRef: TxOutRef, resolved: TxOut)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TxInfo(inputs: List[TxInInfo], referenceInputs: List[TxInInfo], outputs: List[TxOut], fee: Lovelace, mint: Value, certificates: List[TxCert], withdrawals: AssocMap[Credential, Lovelace], validRange: Interval, signatories: List[PubKeyHash], redeemers: AssocMap[ScriptPurpose, Redeemer], data: AssocMap[DatumHash, Datum], id: TxId, votes: AssocMap[Voter, AssocMap[GovernanceActionId, Vote]], proposalProcedures: List[ProposalProcedure], currentTreasuryAmount: Maybe[Lovelace], treasuryDonation: Maybe[Lovelace])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TxOutRef(id: TxId, idx: BigInt)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Vote

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Voter

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all