Electroneum
cryptonote::address_parse_info Struct Reference

#include <cryptonote_basic_impl.h>

Collaboration diagram for cryptonote::address_parse_info:

Public Attributes

account_public_address address
 
bool is_subaddress
 
bool has_payment_id
 
crypto::hash8 payment_id
 

Detailed Description

Definition at line 79 of file cryptonote_basic_impl.h.

Member Data Documentation

◆ address

account_public_address cryptonote::address_parse_info::address

Definition at line 81 of file cryptonote_basic_impl.h.

◆ has_payment_id

bool cryptonote::address_parse_info::has_payment_id

Definition at line 83 of file cryptonote_basic_impl.h.

◆ is_subaddress

bool cryptonote::address_parse_info::is_subaddress

Definition at line 82 of file cryptonote_basic_impl.h.

◆ payment_id

crypto::hash8 cryptonote::address_parse_info::payment_id

Definition at line 84 of file cryptonote_basic_impl.h.


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