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> Load<'tlb> for BlockCreationRewards
impl<'tlb> Load<'tlb> 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 Store for BlockCreationRewards
impl Store for BlockCreationRewards
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for BlockCreationRewards
impl StructuralEq for BlockCreationRewards
impl StructuralPartialEq for BlockCreationRewards
Auto Trait Implementations§
impl RefUnwindSafe for BlockCreationRewards
impl Send for BlockCreationRewards
impl Sync for BlockCreationRewards
impl Unpin for BlockCreationRewards
impl UnwindSafe for BlockCreationRewards
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more