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

Supertypes
class Object
trait Matchable
class Any
Self 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

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

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

Supertypes
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

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: 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

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

Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SpendingScriptInfo(txOutRef: TxOutRef, datum: Option[Datum])

Attributes

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

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$
final val Credential: Credential
Exported from v1
final type Credential = Credential
Exported from v1
Exported from ToDataInstances
Exported from Contexts$package$
final val DCert: DCert
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$
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 ToDataInstances
Exported from v1
Exported from v1
final type TokenName = TokenName
Exported from Contexts$package$
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$
Exported from FromDataInstances
Exported from ToDataInstances
Exported from ToDataInstances
Exported from ToDataInstances
Exported from ToDataInstances
Exported from ToDataInstances
Exported from ToDataInstances
Exported from ToDataInstances