Tx Spending Proposal
open class TxSpendingProposal(val wallet: Wallet, val tx: iTransaction, val info: String, _mine: Boolean, val onAccept: SpendingProposal.() -> Unit) : SpendingProposal
Constructors
Link copied to clipboard
constructor(wallet: Wallet, tx: iTransaction, info: String, _mine: Boolean, onAccept: SpendingProposal.() -> Unit)