Payment
data class Payment(var recipient: Address, var amount: PtbArgument) : Disposable
A single payment: a recipient address paired with the amount to send.
Constructors
| Payment | constructor(recipient: Address, amount: PtbArgument) |
Properties
| Name | Summary |
|---|---|
| amount | var amount: PtbArgument The amount to send, in the coin's smallest unit. |
| recipient | var recipient: Address The recipient address. |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |