|
rippled
|
#include <AmountSpec.h>

Public Member Functions | |
| AmountSpec ()=default | |
Public Attributes | ||
| bool | native | |
| union { | ||
| XRPAmount xrp | ||
| IOUAmount iou = {} | ||
| }; | ||
| std::optional< AccountID > | issuer | |
| std::optional< Currency > | currency | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, AmountSpec const &amt) |
Definition at line 12 of file AmountSpec.h.
|
explicitdefault |
|
friend |
Definition at line 25 of file AmountSpec.h.
| bool xrpl::AmountSpec::native |
Definition at line 16 of file AmountSpec.h.
| XRPAmount xrpl::AmountSpec::xrp |
Definition at line 19 of file AmountSpec.h.
| IOUAmount xrpl::AmountSpec::iou = {} |
Definition at line 20 of file AmountSpec.h.
| union { ... } xrpl::AmountSpec |
| std::optional<AccountID> xrpl::AmountSpec::issuer |
Definition at line 22 of file AmountSpec.h.
| std::optional<Currency> xrpl::AmountSpec::currency |
Definition at line 23 of file AmountSpec.h.