Documentation
¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetRegulators(ctx sdk.Context) *types.Regulators
- func (k Keeper) GetRegulatorsAddresses(ctx sdk.Context) []string
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetRegulators(ctx sdk.Context, params *types.Regulators)
- func (k Keeper) SetVerifiableCredential(ctx sdk.Context, vc vctypes.VerifiableCredential) error
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.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) GetRegulators ¶
func (k Keeper) GetRegulators(ctx sdk.Context) *types.Regulators
GetRegulators sets a protocol buffer object in the db with a prefixed key
func (Keeper) GetRegulatorsAddresses ¶
GetRegulatorsAddresses retrieve the genesis configured regulator addresses and dids
func (Keeper) SetRegulators ¶
func (k Keeper) SetRegulators(ctx sdk.Context, params *types.Regulators, )
SetRegulators sets a protocol buffer object in the db with a prefixed key
func (Keeper) SetVerifiableCredential ¶
SetVerifiableCredential store verifiable credentials
Click to show internal directories.
Click to hide internal directories.