ExpectedSigner

scalus.cardano.txbuilder.ExpectedSigner
case class ExpectedSigner(hash: AddrKeyHash)

Tracks a pubkey hash expected to sign the transaction, used for fee estimation.

To add on-chain required signers, use TransactionBuilderStep.RequireSignature instead.

Attributes

Deprecated
[Since version 0.15.1] Use TxBuilder.requireSignature() instead
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product