FromPaymentCredential

scalus.cardano.node.UtxoSource.FromPaymentCredential
case class FromPaymentCredential(credential: Credential) extends UtxoSource

Every UTxO whose address carries this payment credential, whatever its stake part.

Providers index by address; this is the query a wallet actually wants, because one payment credential appears at many addresses once staking is involved.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UtxoSource
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def &&(other: UtxoSource): UtxoSource

Combine two sources with AND - returns UTxOs that match both sources (intersection)

Combine two sources with AND - returns UTxOs that match both sources (intersection)

Attributes

Inherited from:
UtxoSource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def ||(other: UtxoSource): UtxoSource

Combine two sources with OR - returns UTxOs from either source (union)

Combine two sources with OR - returns UTxOs from either source (union)

Attributes

Inherited from:
UtxoSource