mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More work on the new amount class.
This commit is contained in:
@@ -230,6 +230,8 @@ protected:
|
||||
: SerializedType(nm), mCurrency(cur), mValue(v), mOffset(off), mIsNative(false), mIsNegative(isNegative)
|
||||
{ ; }
|
||||
|
||||
uint64 toUInt64() const;
|
||||
|
||||
public:
|
||||
STAmount(uint64 v = 0) : mValue(v), mOffset(0), mIsNative(true), mIsNegative(false)
|
||||
{ ; }
|
||||
|
||||
Reference in New Issue
Block a user