SendPaymentRequest
data class SendPaymentRequest(account: String, address: JsonAddress, payment: Payment, when: Long?) : SignaldRequestBodyV1<SendResponse>
Content copied to clipboard
send a mobilecoin payment
Constructors
Link copied to clipboard
fun SendPaymentRequest(account: String, address: JsonAddress, payment: Payment, when: Long? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): SendResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): SendResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): SendResponse
Content copied to clipboard