Function xrpl_hooks::_c::etxn_fee_base[][src]

pub unsafe extern "C" fn etxn_fee_base(tx_byte_count: u32) -> i64
Expand description

Compute the minimum fee required to be paid by a hypothetically emitted transaction based on its size in bytes. @param The size of the emitted transaction in bytes @return The minimum fee in drops this transaction should pay to succeed