PartyAndAmount

data class PartyAndAmount<T : Any>(val party: AbstractParty, val amount: Amount<T>)

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

Constructors

Link copied to clipboard
constructor(party: AbstractParty, amount: Amount<T>)

Properties

Link copied to clipboard
Link copied to clipboard