SendTransactionResponseResult

@Serializable
data class SendTransactionResponseResult(val transactionHash: String, val fee: Long)

Send transaction response result.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(transactionHash: String, fee: Long)

Properties

Link copied to clipboard
val fee: Long
Link copied to clipboard