Send Payment Request
data class SendPaymentRequest(account: String, address: JsonAddress, payment: Payment, when: Long?) : SignaldRequestBodyV1<SendPayment, SendResponse>
Content copied to clipboard
send a mobilecoin payment
Constructors
SendPaymentRequest
Link copied to clipboard
fun SendPaymentRequest(account: String, address: JsonAddress, payment: Payment, when: Long? = null)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): SendResponse?
Content copied to clipboard
submit
Link copied to clipboard