TestParty

scalus.testing.integration.TestParty
case class TestParty(party: Party, address: ShelleyAddress, addrKeyHash: AddrKeyHash, signer: TransactionSigner)

A test party with all information needed for transaction signing and submission.

Value parameters

addrKeyHash

Payment key hash for script requirements

address

Shelley address for receiving funds

party

The Party enum value

signer

Transaction signer for signing transactions

Attributes

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