#include <authority.hpp>
Definition at line 105 of file authority.hpp.
◆ shared_key_weight()
◆ convert()
Definition at line 113 of file authority.hpp.
113 {
115 [&](const auto& k1r1em) {
117 },
121 wa_ss.resize_and_fill( psz, [&
wa](
char* data, std::size_t sz ) {
124 });
125
127 }
128 }, k.key._storage);
129 }
static const Segment ds(Segment::ds)
bip::allocator< T, pinnable_mapped_file::segment_manager > allocator
void pack(Stream &s, const std::deque< T > &value)
size_t pack_size(const T &v)
chainbase::shared_string shared_string
overloaded(Ts...) -> overloaded< Ts... >
shared_key_weight(shared_public_key_data &&k, const weight_type &w)
◆ operator key_weight()
sysio::chain::shared_key_weight::operator key_weight |
( |
| ) |
const |
|
inline |
◆ operator==
Definition at line 134 of file authority.hpp.
134 {
135 return tie( lhs.key, lhs.weight ) == tie( rhs.key, rhs.weight );
136 }
◆ key
◆ weight
The documentation for this struct was generated from the following file: