scalus.ledger.api.v1

Members list

Type members

Classlikes

case class Address(credential: Credential, stakingCredential: Maybe[StakingCredential])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Address.type
enum Credential

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Interval(from: IntervalBound, to: IntervalBound)

A type to represent time intervals.

A type to represent time intervals.

Value parameters

from

the lower bound of the interval

to

the upper bound of the interval

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Interval.type
case class IntervalBound(boundType: IntervalBoundType, isInclusive: Closure)

An interval bound, either inclusive or exclusive.

An interval bound, either inclusive or exclusive.

Value parameters

boundType

the type of the bound

isInclusive

whether the bound is inclusive or not

Attributes

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

Attributes

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

A type to represent the bounds of an interval.

A type to represent the bounds of an interval.

  • NegInf represents negative infinity
  • Finite(time) represents a finite bound
  • PosInf represents positive infinity

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 PubKeyHash(hash: ByteString)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PubKeyHash.type
case class ScriptContext(txInfo: TxInfo, purpose: ScriptPurpose)

Attributes

Supertypes
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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self 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], outputs: List[TxOut], fee: Value, mint: Value, dcert: List[DCert], withdrawals: List[(StakingCredential, BigInt)], validRange: PosixTimeRange, signatories: List[PubKeyHash], data: List[(DatumHash, Datum)], id: TxId)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TxOut(address: Address, value: Value, datumHash: Maybe[DatumHash])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
object Value

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Value.type

Deprecated types

Attributes

Deprecated
true

Attributes

Deprecated
true
type POSIXTime = BigInt

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true