[−][src]Trait solana_sdk::nonce_keyed_account::NonceKeyedAccount
Required methods
fn advance_nonce_account(
&self,
recent_blockhashes: &RecentBlockhashes,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
&self,
recent_blockhashes: &RecentBlockhashes,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
fn withdraw_nonce_account(
&self,
lamports: u64,
to: &KeyedAccount<'_>,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
&self,
lamports: u64,
to: &KeyedAccount<'_>,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
fn initialize_nonce_account(
&self,
nonce_authority: &Pubkey,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent
) -> Result<(), InstructionError>
&self,
nonce_authority: &Pubkey,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent
) -> Result<(), InstructionError>
fn authorize_nonce_account(
&self,
nonce_authority: &Pubkey,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
&self,
nonce_authority: &Pubkey,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
Implementors
impl<'a> NonceKeyedAccount for KeyedAccount<'a>
[src]
fn advance_nonce_account(
&self,
recent_blockhashes: &RecentBlockhashes,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
[src]
&self,
recent_blockhashes: &RecentBlockhashes,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
fn withdraw_nonce_account(
&self,
lamports: u64,
to: &KeyedAccount<'_>,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
[src]
&self,
lamports: u64,
to: &KeyedAccount<'_>,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
fn initialize_nonce_account(
&self,
nonce_authority: &Pubkey,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent
) -> Result<(), InstructionError>
[src]
&self,
nonce_authority: &Pubkey,
recent_blockhashes: &RecentBlockhashes,
rent: &Rent
) -> Result<(), InstructionError>
fn authorize_nonce_account(
&self,
nonce_authority: &Pubkey,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>
[src]
&self,
nonce_authority: &Pubkey,
signers: &HashSet<Pubkey>
) -> Result<(), InstructionError>