Documentation
¶
Index ¶
- func NewMsgServerImpl(k Keeper) types.MsgServer
- func RoleToString(role uint8) string
- type Keeper
- func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k Keeper) GetAdmins(ctx sdk.Context) []string
- func (k Keeper) GetAuthority() string
- func (k Keeper) GetControllerConnectionID(ctx sdk.Context) string
- func (k Keeper) GetDidByAddress(ctx sdk.Context, address []byte) ([]byte, error)
- func (k Keeper) GetDidForAddressRole(ctx sdk.Context, address []byte, role uint8) ([]byte, bool)
- func (k Keeper) GetEncoding(ctx sdk.Context) string
- func (k Keeper) GetHostConnectionID(ctx sdk.Context) string
- func (k Keeper) GetICAMetadata(ctx sdk.Context) string
- func (k Keeper) GetParams(ctx sdk.Context) (p types.Params, e error)
- func (k Keeper) GetPidByAddress(ctx sdk.Context, address []byte) ([]byte, error)
- func (k Keeper) GetPolicyId(ctx sdk.Context) string
- func (k Keeper) GetTxType(ctx sdk.Context) string
- func (k Keeper) GetVersion(ctx sdk.Context) string
- func (k Keeper) InitGenesis(ctx sdk.Context, gs types.GenesisState)
- func (k Keeper) IsAdmin(ctx sdk.Context, address string) bool
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) RegisterEntity(ctx sdk.Context, peerKeyPubkey []byte, peerKeySignature []byte, ...) ([]byte, []byte, error)
- func (k Keeper) RegisterObject(ctx sdk.Context, id string) error
- func (k Keeper) SetControllerConnectionID(ctx sdk.Context, connectionID string)
- func (k Keeper) SetEncoding(ctx sdk.Context, encoding string)
- func (k Keeper) SetHostConnectionID(ctx sdk.Context, hostConnectionID string)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetPolicyId(ctx sdk.Context, txType string)
- func (k Keeper) SetTxType(ctx sdk.Context, txType string)
- func (k Keeper) SetVersion(ctx sdk.Context, version string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
func RoleToString ¶
Types ¶
type Keeper ¶
type Keeper struct {
IcaCtrlKeeper types.ICAControllerKeeper
Params collections.Item[types.Params]
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeService storetypes.KVStoreService, icaCtrlKeeper types.ICAControllerKeeper, authority string, ) Keeper
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis returns the module's exported genesis state.
func (Keeper) GetAuthority ¶
func (Keeper) GetControllerConnectionID ¶
func (Keeper) GetDidByAddress ¶
func (Keeper) GetDidForAddressRole ¶
func (Keeper) GetPidByAddress ¶
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx sdk.Context, gs types.GenesisState)
func (Keeper) RegisterEntity ¶
func (Keeper) SetControllerConnectionID ¶
func (Keeper) SetHostConnectionID ¶
Click to show internal directories.
Click to hide internal directories.