Struct everscale_types::models::currency::CurrencyCollection
source · pub struct CurrencyCollection<C: CellFamily> {
pub tokens: Tokens,
pub other: ExtraCurrencyCollection<C>,
}Expand description
Amounts collection.
Fields§
§tokens: TokensAmount in native currency.
other: ExtraCurrencyCollection<C>Amounts in other currencies.
Implementations§
source§impl<C: CellFamily> CurrencyCollection<C>
impl<C: CellFamily> CurrencyCollection<C>
Trait Implementations§
source§impl<C: CellFamily> Clone for CurrencyCollection<C>
impl<C: CellFamily> Clone for CurrencyCollection<C>
source§impl<C: CellFamily> Debug for CurrencyCollection<C>
impl<C: CellFamily> Debug for CurrencyCollection<C>
source§impl<C: CellFamily> Default for CurrencyCollection<C>
impl<C: CellFamily> Default for CurrencyCollection<C>
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for CurrencyCollection<C>
impl<'tlb, C: CellFamily> Load<'tlb, C> for CurrencyCollection<C>
source§impl<C: CellFamily> PartialEq<CurrencyCollection<C>> for CurrencyCollection<C>
impl<C: CellFamily> PartialEq<CurrencyCollection<C>> for CurrencyCollection<C>
source§impl<C: CellFamily> Store<C> for CurrencyCollection<C>
impl<C: CellFamily> Store<C> for CurrencyCollection<C>
source§fn store_into(
&self,
__builder: &mut CellBuilder<C>,
__finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, __builder: &mut CellBuilder<C>, __finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.