Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) CredentialSchemaByID(goCtx context.Context, req *types.QueryCredentialSchemaRequest) (*types.QueryCredentialSchemaResponse, error)
- func (k Keeper) CredentialSchemas(goCtx context.Context, req *types.QueryCredentialSchemasRequest) (*types.QueryCredentialSchemasResponse, error)
- func (k Keeper) CredentialStatusByID(goCtx context.Context, req *types.QueryCredentialStatusRequest) (*types.QueryCredentialStatusResponse, error)
- func (k Keeper) CredentialStatuses(goCtx context.Context, req *types.QueryCredentialStatusesRequest) (*types.QueryCredentialStatusesResponse, error)
- func (k Keeper) DidDocumentByID(goCtx context.Context, req *types.QueryDidDocumentRequest) (*types.QueryDidDocumentResponse, error)
- func (k Keeper) DidDocuments(goCtx context.Context, req *types.QueryDidDocumentsRequest) (*types.QueryDidDocumentsResponse, error)
- func (k Keeper) GetChainNamespace(ctx *sdk.Context) string
- func (k Keeper) GetFeeParams(ctx sdk.Context, ssiParamStoreKey []byte) sdk.Coin
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) QuerySSIFee(goCtx context.Context, _ *types.QuerySSIFeeRequest) (*types.QuerySSIFeeResponse, error)
- func (k Keeper) SetChainNamespace(ctx *sdk.Context, namespace string)
- func (k Keeper) SetFeeParam(ctx sdk.Context, fee sdk.Coin, ssiParamStoreKey []byte)
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 NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, ps paramtypes.Subspace) *Keeper
func (Keeper) CredentialSchemaByID ¶ added in v0.2.0
func (k Keeper) CredentialSchemaByID( goCtx context.Context, req *types.QueryCredentialSchemaRequest, ) (*types.QueryCredentialSchemaResponse, error)
func (Keeper) CredentialSchemas ¶ added in v0.2.0
func (k Keeper) CredentialSchemas( goCtx context.Context, req *types.QueryCredentialSchemasRequest, ) (*types.QueryCredentialSchemasResponse, error)
func (Keeper) CredentialStatusByID ¶ added in v0.2.0
func (k Keeper) CredentialStatusByID( goCtx context.Context, req *types.QueryCredentialStatusRequest, ) (*types.QueryCredentialStatusResponse, error)
func (Keeper) CredentialStatuses ¶ added in v0.2.0
func (k Keeper) CredentialStatuses( goCtx context.Context, req *types.QueryCredentialStatusesRequest, ) (*types.QueryCredentialStatusesResponse, error)
func (Keeper) DidDocumentByID ¶ added in v0.2.0
func (k Keeper) DidDocumentByID(goCtx context.Context, req *types.QueryDidDocumentRequest) (*types.QueryDidDocumentResponse, error)
func (Keeper) DidDocuments ¶ added in v0.2.0
func (k Keeper) DidDocuments(goCtx context.Context, req *types.QueryDidDocumentsRequest) (*types.QueryDidDocumentsResponse, error)
func (Keeper) GetChainNamespace ¶ added in v0.0.7
GetChainNamespace gets the Chain namespace from store
func (Keeper) GetFeeParams ¶ added in v0.2.0
func (Keeper) QuerySSIFee ¶ added in v0.2.0
func (k Keeper) QuerySSIFee(goCtx context.Context, _ *types.QuerySSIFeeRequest) (*types.QuerySSIFeeResponse, error)
QuerySSIFee fetches fees for all SSI based transactions
func (Keeper) SetChainNamespace ¶ added in v0.0.7
SetChainNamespace sets the Chain namespace in store
Source Files ¶
- grpc_query.go
- grpc_query_credential.go
- grpc_query_did.go
- grpc_query_fee.go
- grpc_query_schema.go
- keeper.go
- msg_server.go
- msg_server_create_credential.go
- msg_server_create_did.go
- msg_server_deactivate_did.go
- msg_server_schema.go
- msg_server_update_credential.go
- msg_server_update_did.go
- params.go
- store_credential_schema.go
- store_credential_status.go
- store_did_document.go
Click to show internal directories.
Click to hide internal directories.