Enum solana_runtime::bank::DurableNonceFee
source · pub enum DurableNonceFee {
Valid(u64),
Invalid,
}
Variants§
Implementations§
source§impl DurableNonceFee
impl DurableNonceFee
pub fn lamports_per_signature(&self) -> Option<u64>
Trait Implementations§
source§impl Clone for DurableNonceFee
impl Clone for DurableNonceFee
source§fn clone(&self) -> DurableNonceFee
fn clone(&self) -> DurableNonceFee
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 more