logo
#[no_mangle]
pub extern "C" fn casper_make_transfer(
    maybe_output_path: *const c_char,
    amount: *const c_char,
    target_account: *const c_char,
    transfer_id: *const c_char,
    deploy_params: *const casper_deploy_params_t,
    payment_params: *const casper_payment_params_t,
    force: bool
) -> casper_error_t
Expand description

Creates a transfer Deploy and outputs it to a file or stdout.

See make_transfer for more details.