Process Add Result
sealed class ProcessAddResult
Content copied to clipboard
Types
Accepted
Link copied to clipboard
data class Accepted(actions: List<PeerEvent>, incomingPayment: IncomingPayment, received: IncomingPayment.Received) : IncomingPaymentHandler.ProcessAddResult
Content copied to clipboard
Pending
Link copied to clipboard
data class Pending(incomingPayment: IncomingPayment) : IncomingPaymentHandler.ProcessAddResult
Content copied to clipboard
Rejected
Link copied to clipboard
data class Rejected(actions: List<PeerEvent>, incomingPayment: IncomingPayment?) : IncomingPaymentHandler.ProcessAddResult
Content copied to clipboard
Properties
Inheritors
IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard
IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard
IncomingPaymentHandler.ProcessAddResult
Link copied to clipboard