![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Fee rate in PRCY per kilobyte: CAmount / kB. More...
#include <amount.h>
Public Member Functions | |
| CFeeRate () | |
| 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 Attributes | |
| ADD_SERIALIZE_METHODS | |
Private Attributes | |
| CAmount | nSatoshisPerK |
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) |
|
inlineexplicit |
| CFeeRate::CFeeRate | ( | const CAmount & | nFeePaid, |
| size_t | nSize | ||
| ) |
Definition at line 12 of file amount.cpp.
| CAmount CFeeRate::GetFee | ( | size_t | size | ) | const |
|
inline |
|
inline |
| std::string CFeeRate::ToString | ( | ) | const |
1.8.17