Struct everscale_types::models::currency::ExtraCurrencyCollection
source · #[repr(transparent)]pub struct ExtraCurrencyCollection<C: CellFamily>(_);Expand description
Dictionary with amounts for multiple currencies.
Implementations§
source§impl<C: CellFamily> ExtraCurrencyCollection<C>
impl<C: CellFamily> ExtraCurrencyCollection<C>
Trait Implementations§
source§impl<C: CellFamily> Clone for ExtraCurrencyCollection<C>
impl<C: CellFamily> Clone for ExtraCurrencyCollection<C>
source§impl<C: CellFamily> Debug for ExtraCurrencyCollection<C>
impl<C: CellFamily> Debug for ExtraCurrencyCollection<C>
source§impl<C: CellFamily> Default for ExtraCurrencyCollection<C>
impl<C: CellFamily> Default for ExtraCurrencyCollection<C>
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for ExtraCurrencyCollection<C>
impl<'tlb, C: CellFamily> Load<'tlb, C> for ExtraCurrencyCollection<C>
source§impl<C: CellFamily> PartialEq<ExtraCurrencyCollection<C>> for ExtraCurrencyCollection<C>
impl<C: CellFamily> PartialEq<ExtraCurrencyCollection<C>> for ExtraCurrencyCollection<C>
source§impl<C: CellFamily> Store<C> for ExtraCurrencyCollection<C>
impl<C: CellFamily> Store<C> for ExtraCurrencyCollection<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.