Struct solana_runtime::bank::NonceFull
source · [−]pub struct NonceFull { /* private fields */ }
Expand description
Holds fee subtracted nonce info
Implementations
sourceimpl NonceFull
impl NonceFull
pub fn new(
address: Pubkey,
account: AccountSharedData,
fee_payer_account: Option<AccountSharedData>
) -> Self
pub fn from_partial(
partial: NoncePartial,
message: &SanitizedMessage,
accounts: &[TransactionAccount],
rent_debits: &RentDebits
) -> Result<Self>
Trait Implementations
sourceimpl From<&NonceFull> for DurableNonceFee
impl From<&NonceFull> for DurableNonceFee
sourceimpl NonceInfo for NonceFull
impl NonceInfo for NonceFull
fn address(&self) -> &Pubkey
fn account(&self) -> &AccountSharedData
fn lamports_per_signature(&self) -> Option<u64>
fn fee_payer_account(&self) -> Option<&AccountSharedData>
impl StructuralPartialEq for NonceFull
Auto Trait Implementations
impl RefUnwindSafe for NonceFull
impl Send for NonceFull
impl Sync for NonceFull
impl Unpin for NonceFull
impl UnwindSafe for NonceFull
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more