SendTransactionRequest

@Serializable
data class SendTransactionRequest(var destination: String, var amount: Long, var paymentID: String)

Send transaction request.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(destination: String, amount: Long, paymentID: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard