Function solana_program::system_instruction::create_nonce_account_with_seed [−][src]
pub fn create_nonce_account_with_seed(
from_pubkey: &Pubkey,
nonce_pubkey: &Pubkey,
base: &Pubkey,
seed: &str,
authority: &Pubkey,
lamports: u64
) -> Vec<Instruction>