Function solana_budget_program::budget_instruction::when_signed [−][src]
pub fn when_signed(
from: &Pubkey,
to: &Pubkey,
contract: &Pubkey,
witness: &Pubkey,
cancelable: Option<Pubkey>,
lamports: u64
) -> Vec<Instruction>
Expand description
Create a multisig payment script.