ProcessAddResult

sealed class ProcessAddResult

Types

Accepted
Link copied to clipboard
common
data class Accepted(actions: List<PeerEvent>, incomingPayment: IncomingPayment, received: IncomingPayment.Received) : IncomingPaymentHandler.ProcessAddResult
Pending
Link copied to clipboard
common
data class Pending(incomingPayment: IncomingPayment) : IncomingPaymentHandler.ProcessAddResult
Rejected
Link copied to clipboard
common
data class Rejected(actions: List<PeerEvent>, incomingPayment: IncomingPayment?) : IncomingPaymentHandler.ProcessAddResult

Properties

actions
Link copied to clipboard
common
abstract val actions: List<PeerEvent>

Inheritors

IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard
IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard
IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard