Struct everscale_types::models::block::ShardFees
source · pub struct ShardFees<C: CellFamily> {
pub root: Option<CellContainer<C>>,
pub fees: CurrencyCollection<C>,
pub create: CurrencyCollection<C>,
}Expand description
TEMP shard fees mapping sub.
Fields§
§root: Option<CellContainer<C>>Dictionary root.
fees: CurrencyCollection<C>AugDict root extra part.
create: CurrencyCollection<C>AugDict root extra part.
Trait Implementations§
source§impl<C: CellFamily> Clone for ShardFees<C>
impl<C: CellFamily> Clone for ShardFees<C>
source§impl<C: CellFamily> Debug for ShardFees<C>
impl<C: CellFamily> Debug for ShardFees<C>
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for ShardFees<C>
impl<'tlb, C: CellFamily> Load<'tlb, C> for ShardFees<C>
source§impl<C: CellFamily> Store<C> for ShardFees<C>
impl<C: CellFamily> Store<C> for ShardFees<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.