Documentation ¶
Index ¶
- func CmdCreateSchema() *cobra.Command
- func CmdDeactivateDID() *cobra.Command
- func CmdGetCredentialStatus() *cobra.Command
- func CmdGetSchema() *cobra.Command
- func CmdRegisterCredentialStatus() *cobra.Command
- func CmdRegisterDID() *cobra.Command
- func CmdResolveDID() *cobra.Command
- func CmdUpdateCredentialStatus() *cobra.Command
- func CmdUpdateDID() *cobra.Command
- func CmdUpdateSchema() *cobra.Command
- func GetBJJSignature2021(privateKey string, message []byte) (string, error)
- func GetBbsBlsSignature2020(privateKey string, message []byte) (string, error)
- func GetEcdsaSecp256k1RecoverySignature2020(privateKey string, message []byte) (string, error)
- func GetEcdsaSecp256k1Signature2019(privateKey string, message []byte) (string, error)
- func GetEd25519Signature2020(privateKey string, message []byte) (string, error)
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- type DIDSigningElements
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdCreateSchema ¶
func CmdDeactivateDID ¶ added in v0.0.3
func CmdGetCredentialStatus ¶ added in v0.0.6
func CmdGetSchema ¶
func CmdRegisterCredentialStatus ¶ added in v0.0.6
func CmdRegisterDID ¶ added in v0.2.0
func CmdResolveDID ¶ added in v0.0.3
func CmdUpdateCredentialStatus ¶ added in v0.2.0
func CmdUpdateDID ¶
func CmdUpdateSchema ¶ added in v0.2.0
func GetBJJSignature2021 ¶ added in v0.2.0
Get BabyJubJub Signature
func GetBbsBlsSignature2020 ¶ added in v0.2.0
GetBbsBlsSignature2020 signs a message and returns a BBS signature
func GetEcdsaSecp256k1RecoverySignature2020 ¶ added in v0.2.0
func GetEcdsaSecp256k1Signature2019 ¶ added in v0.2.0
func GetEd25519Signature2020 ¶ added in v0.2.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
type DIDSigningElements ¶ added in v0.1.4
Click to show internal directories.
Click to hide internal directories.