hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
shared_model::interface::Amount::Impl Struct Reference
Collaboration diagram for shared_model::interface::Amount::Impl:
Collaboration graph

Public Member Functions

 Impl (std::string_view amount)
 
 Impl (types::PrecisionType precision)
 

Public Attributes

std::string string_repr_
 
interface::types::PrecisionType precision_
 
boost::multiprecision::checked_uint256_t multiprecision_repr_
 

Constructor & Destructor Documentation

◆ Impl() [1/2]

shared_model::interface::Amount::Impl::Impl ( std::string_view  amount)
inline
Here is the call graph for this function:

◆ Impl() [2/2]

shared_model::interface::Amount::Impl::Impl ( types::PrecisionType  precision)
inline

Member Data Documentation

◆ multiprecision_repr_

boost::multiprecision::checked_uint256_t shared_model::interface::Amount::Impl::multiprecision_repr_

◆ precision_

interface::types::PrecisionType shared_model::interface::Amount::Impl::precision_

◆ string_repr_

std::string shared_model::interface::Amount::Impl::string_repr_

The documentation for this struct was generated from the following file: