GetMnemonicSeedResponse

@Serializable
data class GetMnemonicSeedResponse(val id: Int, val jsonrpc: String, val result: GetMnemonicSeedResponseResult)

Get mnemonic seed response.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(id: Int, jsonrpc: String, result: GetMnemonicSeedResponseResult)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard