Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func NewQuerier(k InfrastructureKeeper) sdk.Querier
func QueryContent ¶
func QueryContent(ctx sdk.Context, req abci.RequestQuery, k InfrastructureKeeper) ([]byte, error)
Types ¶
type InfrastructureKeeper ¶
type InfrastructureKeeper struct {
// contains filtered or unexported fields
}
func NewInfrastructureKeeper ¶
func NewInfrastructureKeeper(cdc *codec.Codec, key sdk.StoreKey) InfrastructureKeeper
func (InfrastructureKeeper) GetContent ¶
get method
func (InfrastructureKeeper) GetStoreKey ¶ added in v1.5.25
func (k InfrastructureKeeper) GetStoreKey() sdk.StoreKey
func (InfrastructureKeeper) SetContent ¶
func (k InfrastructureKeeper) SetContent(ctx sdk.Context, key []byte, value []byte)
set method
Click to show internal directories.
Click to hide internal directories.