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)
Functions
Link copied to clipboard
                  Link copied to clipboard
                  You need to override this function to actually do what should be done after acceptance. Set completed to millinow once the proposal is complete. This does not need to happen right away. There may be other steps (such as other wallet's acceptances) needed before a proposal can be completed. On startup, this function will be called again for every accepted-but-not-completed proposal.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard