scalus.ledger.api.v3

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Committee

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Committee.type
enum DRep

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DRep.type
enum Delegatee

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Delegatee.type

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GovernanceActionId(txId: TxId, govActionIx: BigInt)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ProposalProcedure(deposit: Lovelace, returnAddress: Credential, governanceAction: GovernanceAction)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ProtocolVersion(pvMajor: BigInt, pvMinor: BigInt)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScriptContext(txInfo: TxInfo, redeemer: Redeemer, scriptInfo: ScriptInfo)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ScriptContext

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
enum ScriptInfo

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ScriptInfo.type

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
enum TxCert

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TxCert.type
case class TxId(hash: ByteString)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxId

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TxId.type
case class TxInInfo(outRef: TxOutRef, resolved: TxOut)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxInInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TxInInfo.type
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: Option[Lovelace], treasuryDonation: Option[Lovelace])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TxInfo.type
case class TxOutRef(id: TxId, idx: BigInt)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TxOutRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TxOutRef.type
enum Vote

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Vote.type
enum Voter

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Voter.type

Deprecated classlikes

Attributes

Deprecated
true
Supertypes
class Object
trait Matchable
class Any
Self type
case class MintingScriptInfo(currencySymbol: CurrencySymbol)

Attributes

Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RewardingScriptInfo(credential: Credential)

Attributes

Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SpendingScriptContext(txInfo: TxInfo, redeemer: Redeemer, scriptInfo: SpendingScriptInfo)

Attributes

Companion
object
Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Deprecated
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SpendingScriptInfo(txOutRef: TxOutRef, datum: Option[Datum])

Attributes

Companion
object
Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Deprecated
true
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

Exports

Defined exports

final val Address: Address
Exported from v1
final type Address = Address
Exported from v1
final type Closure = Closure
Exported from Contexts$package$
Exported from Contexts$package$
final val DCert: DCert
Exported from v1
final type DCert = DCert
Exported from v1
final type Datum = Datum
Exported from Contexts$package$
final type DatumHash = DatumHash
Exported from Contexts$package$
final type Hash = Hash
Exported from Contexts$package$
final val Interval: Interval
Exported from v1
final type Interval = Interval
Exported from v1
Exported from v1
Exported from v1
Exported from v1
Exported from v1
final type PosixTime = PosixTime
Exported from Contexts$package$
Exported from Contexts$package$
final val PubKeyHash: PubKeyHash
Exported from v1
final type PubKeyHash = PubKeyHash
Exported from v1
final type Redeemer = Redeemer
Exported from Contexts$package$
final type RedeemerHash = RedeemerHash
Exported from Contexts$package$
final type ScriptHash = ScriptHash
Exported from Contexts$package$
Exported from v1
Exported from v1
final type TokenName = TokenName
Exported from Contexts$package$
final val TxOut: TxOut
Exported from v2
final type TxOut = TxOut
Exported from v2
Exported from Contexts$package$
final val Value: Value
Exported from v1
final type Value = Value
Exported from Contexts$package$