laconicd-deprecated/x/feemarket/spec/05_keeper.md
2022-06-19 11:43:41 +02:00

242 B

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
}