BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
tracks a blinded balance commitment More...
#include <confidential_object.hpp>
Public Attributes | |
fc::ecc::commitment_type | commitment |
asset_id_type | asset_id |
authority | owner |
Public Attributes inherited from graphene::db::object | |
object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< blinded_balance_object, implementation_ids, impl_blinded_balance_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< blinded_balance_object > | |
std::unique_ptr< object > | clone () const override |
void | move_from (object &obj) override |
fc::variant | to_variant () const override |
std::vector< char > | pack () const override |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
Public Member Functions inherited from graphene::db::object | |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
virtual | ~object ()=default |
virtual std::unique_ptr< object > | clone () const =0 |
virtual fc::variant | to_variant () const =0 |
virtual std::vector< char > | pack () const =0 |
Static Public Attributes inherited from graphene::db::abstract_object< blinded_balance_object, implementation_ids, impl_blinded_balance_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
tracks a blinded balance commitment
Definition at line 41 of file confidential_object.hpp.
asset_id_type graphene::chain::blinded_balance_object::asset_id |
Definition at line 46 of file confidential_object.hpp.
fc::ecc::commitment_type graphene::chain::blinded_balance_object::commitment |
Definition at line 45 of file confidential_object.hpp.
authority graphene::chain::blinded_balance_object::owner |
Definition at line 47 of file confidential_object.hpp.