hdac SDK
SDK for hdac blockchain development
|
#include <amount.h>
Public 멤버 함수 | |
CFeeRate (const CAmount &_nSatoshisPerK) | |
CFeeRate (const CAmount &nFeePaid, size_t nSize) | |
CFeeRate (const CFeeRate &other) | |
CAmount | GetFee (size_t size) const |
CAmount | GetFeePerK () const |
std::string | ToString () const |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
Public 속성 | |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator< (const CFeeRate &a, const CFeeRate &b) |
bool | operator> (const CFeeRate &a, const CFeeRate &b) |
bool | operator== (const CFeeRate &a, const CFeeRate &b) |
bool | operator<= (const CFeeRate &a, const CFeeRate &b) |
bool | operator>= (const CFeeRate &a, const CFeeRate &b) |
Type-safe wrapper class to for fee rates (how much to pay based on transaction size)