[][src]Function solana_budget_program::budget_instruction::when_signed

pub fn when_signed(
    from: &Pubkey,
    to: &Pubkey,
    contract: &Pubkey,
    witness: &Pubkey,
    cancelable: Option<Pubkey>,
    lamports: u64
) -> Vec<Instruction>

Create a multisig payment script.