SendTransactionRequestParams

@Serializable
data class SendTransactionRequestParams(val transfers: List<Transfer>, val fee: Int, val anonymity: Int, val unlockTime: Int)

Send transaction request params.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(transfers: List<Transfer>, fee: Int, anonymity: Int, unlockTime: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val fee: Int
Link copied to clipboard
Link copied to clipboard