|
rippled
|

Public Member Functions | |
| AmountSpec ()=default | |
Public Attributes | |
| bool | native |
| union { | |
| XRPAmount xrp | |
| IOUAmount iou | |
| }; | |
| boost::optional< AccountID > | issuer |
| boost::optional< Currency > | currency |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, AmountSpec const &amt) |
Definition at line 29 of file AmountSpec.h.
|
explicitdefault |
|
friend |
Definition at line 43 of file AmountSpec.h.
| bool ripple::AmountSpec::native |
Definition at line 33 of file AmountSpec.h.
| XRPAmount ripple::AmountSpec::xrp |
Definition at line 36 of file AmountSpec.h.
| IOUAmount ripple::AmountSpec::iou |
Definition at line 37 of file AmountSpec.h.
| union { ... } |
| boost::optional<AccountID> ripple::AmountSpec::issuer |
Definition at line 39 of file AmountSpec.h.
| boost::optional<Currency> ripple::AmountSpec::currency |
Definition at line 40 of file AmountSpec.h.
1.8.17