Function create_withdrawal

Source
pub fn create_withdrawal<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, CreateWithdrawal<'info>>,
    nonce: [u8; 32],
    params: CreateWithdrawalParams,
) -> Result<()>