Documentation ¶
Index ¶
- func GetQueryCmd(_ string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewAddressInfoCmd() *cobra.Command
- func NewCreateRevocationListCmd() *cobra.Command
- func NewIssuePublicCredentialCmd() *cobra.Command
- func NewMakeCredentialFromSchemaCmd() *cobra.Command
- func NewPublishCredentialDefinitionCmd() *cobra.Command
- func NewQueryAllowedCredentialDefinitionsCmd() *cobra.Command
- func NewQueryCredentialDefinitionCmd() *cobra.Command
- func NewQueryCredentialDefinitionsCmd() *cobra.Command
- func NewQueryCredentialStatusCmd() *cobra.Command
- func NewQueryPublicCredentialCmd() *cobra.Command
- func NewQueryPublicCredentialStatusCmd() *cobra.Command
- func NewQueryPublicCredentialsByIssuerCmd() *cobra.Command
- func NewSubmitProposePublicCredentialID() *cobra.Command
- func NewSubmitRemoveProposePublicCredentialID() *cobra.Command
- func NewUpdateRevocationListCmd() *cobra.Command
- type CredentialSchema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewAddressInfoCmd ¶
func NewCreateRevocationListCmd ¶
NewCreateRevocationListCmd update a revocation list
func NewIssuePublicCredentialCmd ¶
NewIssuePublicCredentialCmd defines the command to publish credentials
func NewPublishCredentialDefinitionCmd ¶
NewPublishCredentialDefinitionCmd defines the command to publish credential definitions
func NewSubmitProposePublicCredentialID ¶
NewSubmitProposePublicCredentialID returns a cli for proposing to make a credential id public
func NewSubmitRemoveProposePublicCredentialID ¶
NewSubmitRemoveProposePublicCredentialID returns a cli for proposing to make remove a credential id from public allow list
func NewUpdateRevocationListCmd ¶
NewUpdateRevocationListCmd update a revocation list
Types ¶
type CredentialSchema ¶
type CredentialSchema struct { Schema string `json:"$schema"` ID string `json:"$id"` Metadata struct { Slug string `json:"slug"` Version string `json:"version"` Icon string `json:"icon"` Discoverable bool `json:"discoverable"` Uris struct { JSONLdContextPlus string `json:"jsonLdContextPlus"` JSONLdContext string `json:"jsonLdContext"` JSONSchema string `json:"jsonSchema"` } `json:"uris"` } `json:"$metadata"` Title string `json:"title"` Description string `json:"description"` Type string `json:"type"` Required []string `json:"required"` Properties map[string]interface{} `json:"properties"` }
Click to show internal directories.
Click to hide internal directories.