[][src]Function indy_sys::payments::indy_prepare_payment_extra_with_acceptance_data

#[no_mangle]
pub unsafe extern "C" fn indy_prepare_payment_extra_with_acceptance_data(
    command_handle: CommandHandle,
    extra_json: CString,
    text: CString,
    version: CString,
    hash: CString,
    acc_mech_type: CString,
    time_of_acceptance: u64,
    cb: Option<ResponseStringCB>
) -> Error