|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <types.hpp>
Classes | |
| struct | binary_key |
Public Member Functions | |
| public_key_type () | |
| public_key_type (const fc::ecc::public_key_data &data) | |
| public_key_type (const fc::ecc::public_key &pubkey) | |
| public_key_type (const std::string &base58str) | |
| operator fc::ecc::public_key_data () const | |
| operator fc::ecc::public_key () const | |
| operator std::string () const | |
Public Attributes | |
| fc::ecc::public_key_data | key_data |
Friends | |
| bool | operator== (const public_key_type &p1, const fc::ecc::public_key &p2) |
| bool | operator== (const public_key_type &p1, const public_key_type &p2) |
| bool | operator!= (const public_key_type &p1, const public_key_type &p2) |
| bool | operator< (const public_key_type &p1, const public_key_type &p2) |
| graphene::protocol::public_key_type::public_key_type | ( | const fc::ecc::public_key_data & | data | ) |
| graphene::protocol::public_key_type::public_key_type | ( | const fc::ecc::public_key & | pubkey | ) |
|
explicit |
| graphene::protocol::public_key_type::operator fc::ecc::public_key | ( | ) | const |
| graphene::protocol::public_key_type::operator fc::ecc::public_key_data | ( | ) | const |
|
explicit |
|
friend |
|
friend |
|
friend |
|
friend |
| fc::ecc::public_key_data graphene::protocol::public_key_type::key_data |
1.8.17