Electroneum
cryptonote::COMMAND_RPC_GENERATE_ED25519_KEYPAIR::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GENERATE_ED25519_KEYPAIR::response_t:

Public Attributes

std::string privateKey
 
std::string publicKey
 
std::string status
 

Detailed Description

Definition at line 2452 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ privateKey

std::string cryptonote::COMMAND_RPC_GENERATE_ED25519_KEYPAIR::response_t::privateKey

Definition at line 2453 of file core_rpc_server_commands_defs.h.

◆ publicKey

std::string cryptonote::COMMAND_RPC_GENERATE_ED25519_KEYPAIR::response_t::publicKey

Definition at line 2454 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GENERATE_ED25519_KEYPAIR::response_t::status

Definition at line 2455 of file core_rpc_server_commands_defs.h.


The documentation for this struct was generated from the following file: