Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
- func VerifyDIDOwnership(signData *types.DIDDocument, seq uint64, doc *types.DIDDocument, ...) (uint64, error)
- type Keeper
- func (k Keeper) DID(c context.Context, req *types.QueryDIDRequest) (*types.QueryDIDResponse, error)
- func (k Keeper) GetDIDDocument(ctx sdk.Context, did string) types.DIDDocumentWithSeq
- func (k Keeper) GetDeactivatedDIDDocument(ctx sdk.Context, creator string) types.DIDDocumentWithSeq
- func (k Keeper) ListDIDs(ctx sdk.Context) []string
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetDIDDocument(ctx sdk.Context, did string, doc types.DIDDocumentWithSeq)
- func (k Keeper) SetDeactivatedDIDDocument(ctx sdk.Context, creator string, doc types.DIDDocumentWithSeq)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
func NewQuerier ¶
func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
func VerifyDIDOwnership ¶
func VerifyDIDOwnership(signData *types.DIDDocument, seq uint64, doc *types.DIDDocument, verificationMethodID string, sig []byte) (uint64, error)
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) DID ¶
func (k Keeper) DID(c context.Context, req *types.QueryDIDRequest) (*types.QueryDIDResponse, error)
func (Keeper) GetDIDDocument ¶
func (Keeper) GetDeactivatedDIDDocument ¶
func (Keeper) SetDIDDocument ¶
func (Keeper) SetDeactivatedDIDDocument ¶
Click to show internal directories.
Click to hide internal directories.