A container for Pop payouts information.
More...
Definition at line 28 of file pop_payouts.hpp.
#include <pop_payouts.hpp>
|
|
void | add (const payout_info_t &address, amount_t amount) |
| |
|
size_t | size () const |
| |
|
bool | empty () const |
| |
| operator decltype() | payouts () |
| |
| auto | begin () -> decltype(payouts.begin()) |
| |
| auto | end () -> decltype(payouts.end()) |
| |
| auto | begin () const -> decltype(payouts.begin()) |
| |
| auto | end () const -> decltype(payouts.end()) |
| |
| void | toVbkEncoding (WriteStream &stream) const |
| | Convert PopRewards to data stream. More...
|
| |
|
| std::map< payout_info_t, amount_t > | payouts |
| |
◆ amount_t
| using altintegration::PopPayouts::amount_t = uint64_t |
◆ payout_info_t
| using altintegration::PopPayouts::payout_info_t = std::vector<uint8_t> |
◆ begin() [1/2]
| auto altintegration::PopPayouts::begin |
( |
| ) |
-> decltype(payouts.begin()) |
|
inline |
◆ begin() [2/2]
| auto altintegration::PopPayouts::begin |
( |
| ) |
const -> decltype(payouts.begin()) |
|
inline |
◆ end() [1/2]
| auto altintegration::PopPayouts::end |
( |
| ) |
-> decltype(payouts.end()) |
|
inline |
◆ end() [2/2]
| auto altintegration::PopPayouts::end |
( |
| ) |
const -> decltype(payouts.end()) |
|
inline |
◆ payouts()
| operator decltype() altintegration::PopPayouts::payouts |
( |
| ) |
|
|
inlineexplicit |
◆ toVbkEncoding()
| void altintegration::PopPayouts::toVbkEncoding |
( |
WriteStream & |
stream | ) |
const |
- Parameters
-
| stream | data stream to write into |
◆ payouts
| std::map<payout_info_t, amount_t> altintegration::PopPayouts::payouts |
The documentation for this struct was generated from the following file: