Struct solana_runtime::bank::NonceFull [−][src]
pub struct NonceFull { /* fields omitted */ }
Expand description
Holds fee subtracted nonce info
Implementations
pub fn new(
address: Pubkey,
account: AccountSharedData,
fee_payer_account: Option<AccountSharedData>
) -> Self
pub fn from_partial(
partial: NoncePartial,
message: &SanitizedMessage,
accounts: &[(Pubkey, AccountSharedData)],
rent_debits: &RentDebits
) -> Result<Self>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NonceFull
impl UnwindSafe for NonceFull
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more