[][src]Function solana_sdk::system_instruction::create_nonce_account_with_seed

pub fn create_nonce_account_with_seed(
    from_pubkey: &Pubkey,
    nonce_pubkey: &Pubkey,
    base: &Pubkey,
    seed: &str,
    authority: &Pubkey,
    lamports: u64
) -> Vec<Instruction>