These docs are for v2.0. Click to read the latest docs for v3.0.

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

TypeDescription
int64_tThe fee base of the current ledger