#[no_mangle]
pub unsafe extern "C" fn iohk_jormungandr_wallet_settings_fees(
    settings: SettingsPtr,
    linear_fee_out: *mut LinearFee
) -> ErrorPtr
Expand description

Safety

This function also assumes that settings is a valid pointer previously obtained with this library, a null check is performed, but is important that the data it points to is valid

linear_fee_out must point to valid writable memory, a null check is performed