Struct everscale_types::models::config::BlockCreationRewards
source · pub struct BlockCreationRewards {
pub masterchain_block_fee: Tokens,
pub basechain_block_fee: Tokens,
}Expand description
Block creation reward.
Fields§
§masterchain_block_fee: TokensReward for each created masterchain block.
basechain_block_fee: TokensBase reward for basechain blocks.
Trait Implementations§
source§impl Clone for BlockCreationRewards
impl Clone for BlockCreationRewards
source§fn clone(&self) -> BlockCreationRewards
fn clone(&self) -> BlockCreationRewards
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlockCreationRewards
impl Debug for BlockCreationRewards
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for BlockCreationRewards
impl<'tlb, C: CellFamily> Load<'tlb, C> for BlockCreationRewards
source§impl PartialEq<BlockCreationRewards> for BlockCreationRewards
impl PartialEq<BlockCreationRewards> for BlockCreationRewards
source§fn eq(&self, other: &BlockCreationRewards) -> bool
fn eq(&self, other: &BlockCreationRewards) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<C: CellFamily> Store<C> for BlockCreationRewards
impl<C: CellFamily> Store<C> for BlockCreationRewards
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.