fee_base

Fetch the fee base of the current ledger

Concepts

Behaviour

  • Return the fee base from the current ledger

Definition

C

int64_t fee_base ();

Example

C

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