Function solana_program::system_instruction::create_nonce_account[][src]

pub fn create_nonce_account(
    from_pubkey: &Pubkey,
    nonce_pubkey: &Pubkey,
    authority: &Pubkey,
    lamports: u64
) -> Vec<Instruction>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator