Scorum
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
scorum::wallet::memo_data Struct Reference

#include <wallet.hpp>

Public Member Functions

 operator std::string () const
 

Static Public Member Functions

static optional< memo_datafrom_string (const std::string &str)
 

Public Attributes

public_key_type from
 
public_key_type to
 
uint64_t nonce = 0
 
uint32_t check = 0
 
std::vector< char > encrypted
 

Detailed Description

Definition at line 29 of file wallet.hpp.

Member Function Documentation

◆ from_string()

static optional<memo_data> scorum::wallet::memo_data::from_string ( const std::string &  str)
inlinestatic

Definition at line 31 of file wallet.hpp.

◆ operator std::string()

scorum::wallet::memo_data::operator std::string ( ) const
inline

Definition at line 55 of file wallet.hpp.

Member Data Documentation

◆ check

uint32_t scorum::wallet::memo_data::check = 0

Definition at line 52 of file wallet.hpp.

◆ encrypted

std::vector<char> scorum::wallet::memo_data::encrypted

Definition at line 53 of file wallet.hpp.

◆ from

public_key_type scorum::wallet::memo_data::from

Definition at line 49 of file wallet.hpp.

◆ nonce

uint64_t scorum::wallet::memo_data::nonce = 0

Definition at line 51 of file wallet.hpp.

◆ to

public_key_type scorum::wallet::memo_data::to

Definition at line 50 of file wallet.hpp.


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