cli

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CmdCreateSchema

func CmdCreateSchema() *cobra.Command

func CmdDeactivateDID added in v0.0.3

func CmdDeactivateDID() *cobra.Command

func CmdGetCredentialStatus added in v0.0.6

func CmdGetCredentialStatus() *cobra.Command

func CmdGetSchema

func CmdGetSchema() *cobra.Command

func CmdRegisterCredentialStatus added in v0.0.6

func CmdRegisterCredentialStatus() *cobra.Command

func CmdRegisterDID added in v0.2.0

func CmdRegisterDID() *cobra.Command

func CmdResolveDID added in v0.0.3

func CmdResolveDID() *cobra.Command

func CmdUpdateCredentialStatus added in v0.2.0

func CmdUpdateCredentialStatus() *cobra.Command

func CmdUpdateDID

func CmdUpdateDID() *cobra.Command

func CmdUpdateSchema added in v0.2.0

func CmdUpdateSchema() *cobra.Command

func GetBJJSignature2021 added in v0.2.0

func GetBJJSignature2021(privateKey string, message []byte) (string, error)

Get BabyJubJub Signature

func GetBbsBlsSignature2020 added in v0.2.0

func GetBbsBlsSignature2020(privateKey string, message []byte) (string, error)

GetBbsBlsSignature2020 signs a message and returns a BBS signature

func GetEcdsaSecp256k1RecoverySignature2020 added in v0.2.0

func GetEcdsaSecp256k1RecoverySignature2020(privateKey string, message []byte) (string, error)

func GetEcdsaSecp256k1Signature2019 added in v0.2.0

func GetEcdsaSecp256k1Signature2019(privateKey string, message []byte) (string, error)

func GetEd25519Signature2020 added in v0.2.0

func GetEd25519Signature2020(privateKey string, message []byte) (string, error)

func GetQueryCmd

func GetQueryCmd(queryRoute string) *cobra.Command

GetQueryCmd returns the cli query commands for this module

func GetTxCmd

func GetTxCmd() *cobra.Command

GetTxCmd returns the transaction commands for this module

Types

type DIDSigningElements added in v0.1.4

type DIDSigningElements struct {
	VerificationMethodId string
	SignKey              string
	SignAlgo             string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL