Function solana_program::system_instruction::transfer_many[][src]

pub fn transfer_many(
    from_pubkey: &Pubkey,
    to_lamports: &[(Pubkey, u64)]
) -> Vec<Instruction>

Notable traits for Vec<u8, A>

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

Create and sign new SystemInstruction::Transfer transaction to many destinations