Documentation ¶
Index ¶
- type Keeper
- func (k *Keeper) Address(ctx context.Context, request *types.AddressRequest) (*types.AddressResponse, error)
- func (k *Keeper) ExportGenesis(ctx sdk.Context) *namespacetypes.Genesis
- func (k *Keeper) InitGenesis(ctx sdk.Context, gen *namespacetypes.Genesis)
- func (k *Keeper) Namespaces(ctx context.Context, _ *types.NamespacesRequest) (*types.NamespacesResponse, error)
- func (k *Keeper) UpdateNamespace(ctx context.Context, request *types.UpdateNamespaceRequest) (*types.UpdateNamespaceResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper(storeKey *storetypes.KVStoreKey, auth string) *Keeper
func (*Keeper) Address ¶
func (k *Keeper) Address(ctx context.Context, request *types.AddressRequest) (*types.AddressResponse, error)
func (*Keeper) ExportGenesis ¶
func (k *Keeper) ExportGenesis(ctx sdk.Context) *namespacetypes.Genesis
func (*Keeper) InitGenesis ¶
func (k *Keeper) InitGenesis(ctx sdk.Context, gen *namespacetypes.Genesis)
func (*Keeper) Namespaces ¶
func (k *Keeper) Namespaces(ctx context.Context, _ *types.NamespacesRequest) (*types.NamespacesResponse, error)
func (*Keeper) UpdateNamespace ¶
func (k *Keeper) UpdateNamespace(ctx context.Context, request *types.UpdateNamespaceRequest) ( *types.UpdateNamespaceResponse, error, )
Click to show internal directories.
Click to hide internal directories.