#include <interest.hpp>
Public Member Functions | |
Nonce ()=default | |
Nonce (uint32_t n) noexcept | |
Nonce (uint8_t n1, uint8_t n2, uint8_t n3, uint8_t n4) noexcept | |
Friends | |
bool | operator== (const Nonce &lhs, const Nonce &rhs) noexcept |
bool | operator!= (const Nonce &lhs, const Nonce &rhs) noexcept |
std::ostream & | operator<< (std::ostream &os, const Nonce &nonce) |
Definition at line 57 of file interest.hpp.
|
default |
|
inlinenoexcept |
Definition at line 65 of file interest.hpp.
|
inlinenoexcept |
Definition at line 71 of file interest.hpp.
Definition at line 84 of file interest.hpp.
Definition at line 90 of file interest.hpp.
|
friend |
Definition at line 96 of file interest.hpp.