MCPcopy Create free account
hub / github.com/akash-network/node / GetParams

Method GetParams

x/bme/keeper/keeper.go:176–178  ·  view source on GitHub ↗
(ctx sdk.Context)

Source from the content-addressed store, hash-verified

174}
175
176func (k *keeper) GetParams(ctx sdk.Context) (bmetypes.Params, error) {
177 return k.Params.Get(ctx)
178}
179
180func (k *keeper) SetParams(ctx sdk.Context, params bmetypes.Params) error {
181 return k.Params.Set(ctx, params)

Callers 3

EndBlockerMethod · 0.95
mintStatusUpdateMethod · 0.95
ExportGenesisMethod · 0.95

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected