fee_base
Fetch the fee base of the current ledger
Concepts
Behaviour
Return the fee base from the current ledger
Definition
int64_t fee_base();
Example
int64_t fee =
fee_base();
Parameters
This API takes no parameters.
Return Code
Type
Description
int64_t
The fee base of the current ledger
Last updated
Was this helpful?