Fetch the fee base of the current ledger
Last updated 1 month ago
Was this helpful?
Return the fee base from the current ledger
int64_t fee_base();
function fee_base(): number
int64_t fee = fee_base();
const fee = fee_base()
This API takes no parameters.
int64_t
The fee base of the current ledger
number