Definition at line 236 of file messages.hpp.
|
template<typename Stream , typename Operation > |
void | SerializationOp (Stream &s, Operation ser_action) |
|
◆ SerializationOp()
template<typename Stream , typename Operation >
void altintegration::btc::FeeFilterMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 242 of file messages.hpp.
242 {
243 READWRITE(this->newFeeFilter);
244 }
◆ operator!=
Definition at line 249 of file messages.hpp.
249 {
250 return !(a == b);
251 }
◆ operator==
Definition at line 246 of file messages.hpp.
246 {
247 return a.newFeeFilter == b.newFeeFilter;
248 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::FeeFilterMsg::ADD_SERIALIZE_METHODS |
◆ newFeeFilter
Amount altintegration::btc::FeeFilterMsg::newFeeFilter |
The documentation for this struct was generated from the following file: