Versions in this module Expand all Collapse all v3 v3.0.0 Mar 22, 2024 Changes in this version + func ExecuteOnDidWithRelationships(ctx sdk.Context, k *Keeper, constraints VerificationRelationships, ...) (err error) + func NewMsgServerImpl(keeper Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.Codec, storeKey, memKey sdk.StoreKey) *Keeper + func (k Keeper) Delete(ctx sdk.Context, key []byte, prefix []byte) + func (k Keeper) Get(ctx sdk.Context, key []byte, prefix []byte, unmarshal UnmarshalFn) (i interface{}, found bool) + func (k Keeper) GetAll(ctx sdk.Context, prefix []byte) sdk.Iterator + func (k Keeper) GetAllDidDocuments(ctx sdk.Context) []types.IidDocument + func (k Keeper) GetAllDidDocumentsWithCondition(ctx sdk.Context, key []byte, didSelector func(did types.IidDocument) bool) (didDocs []types.IidDocument) + func (k Keeper) GetDidDocument(ctx sdk.Context, key []byte) (types.IidDocument, bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Marshal(value interface{}) (bytes []byte) + func (k Keeper) ResolveDid(ctx sdk.Context, did types.DID) (doc types.IidDocument, err error) + func (k Keeper) Set(ctx sdk.Context, key []byte, prefix []byte, i interface{}, marshal MarshalFn) + func (k Keeper) SetDidDocument(ctx sdk.Context, key []byte, document types.IidDocument) + func (k Keeper) Unmarshal(data []byte, val codec.ProtoMarshaler) bool + func (k Keeper) UnmarshalDidDocument(value []byte) (interface{}, bool) + type MarshalFn func(value interface{}) []byte + type Querier struct + func NewQuerier(k Keeper) Querier + func (q Querier) IidDocument(c context.Context, req *types.QueryIidDocumentRequest) (*types.QueryIidDocumentResponse, error) + func (q Querier) IidDocuments(c context.Context, req *types.QueryIidDocumentsRequest) (*types.QueryIidDocumentsResponse, error) + type UnmarshalFn func(value []byte) (interface{}, bool) + type VerificationRelationships []string v3.0.0-rc.0 Mar 22, 2024 Other modules containing this package github.com/ixofoundation/ixo-blockchain github.com/ixofoundation/ixo-blockchain/v4