For the complete documentation index, see llms.txt. This page is also available as Markdown.

Keeper

The feemarket module provides this exported keeper that can be passed to other modules that need to get access to the base fee value

type Keeper interface {
    GetBaseFee(ctx sdk.Context) *big.Int
}

Last updated