BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
31 namespace graphene {
namespace protocol {
48 explicit address(
const std::string& base58str );
56 explicit operator std::string()
const;
bool operator<(const price &a, const price &b)
contains only the public point of an elliptic curve key.
void from_variant(const variant &var, flat_set< T, A... > &vo, uint32_t _max_depth)
bool operator==(const price &a, const price &b)
#define GRAPHENE_DECLARE_EXTERNAL_SERIALIZATION(type)
void to_variant(const flat_set< T, A... > &var, variant &vo, uint32_t _max_depth)
address(const std::string &base58str)
converts to binary, validates checksum
stores null, int64, uint64, double, bool, string, std::vector<variant>, and variant_object's.
#define GRAPHENE_ADDRESS_PREFIX
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
static bool is_valid(const std::string &base58str, const std::string &prefix=GRAPHENE_ADDRESS_PREFIX)
a 160 bit hash of a public key
bool operator!=(const address &a, const address &b)