Function solana_program::feature::activate_with_lamports[][src]

pub fn activate_with_lamports(
    feature_id: &Pubkey,
    funding_address: &Pubkey,
    lamports: u64
) -> Vec<Instruction>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator