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