corda / net.corda.finance.contracts.asset / PartyAndAmount

PartyAndAmount

data class PartyAndAmount<T : Any>

A simple holder for a (possibly anonymous) AbstractParty and a quantity of tokens

Constructors

<init>

A simple holder for a (possibly anonymous) AbstractParty and a quantity of tokens

PartyAndAmount(party: AbstractParty, amount: Amount<T>)

Properties

amount

val amount: Amount<T>

party

val party: AbstractParty