Send Payment Request
data class SendPaymentRequest(account: String, address: JsonAddress, payment: Payment, when: Long?) : SignaldRequestBodyV1<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
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): SendResponse
Content copied to clipboard