Documentation ¶
Index ¶
- Constants
- func NewDeregisterCmd(client ioctl.Client) *cobra.Command
- func NewDidCmd(client ioctl.Client) *cobra.Command
- func NewDidGenerateCmd(client ioctl.Client) *cobra.Command
- func NewDidGetHashCmd(client ioctl.Client) *cobra.Command
- func NewDidGetURICmd(client ioctl.Client) *cobra.Command
- func NewDidRegisterCmd(client ioctl.Client) *cobra.Command
- func NewDidUpdateCmd(client ioctl.Client) *cobra.Command
- type Doc
Constants ¶
View Source
const ( // DIDPrefix is the prefix string DIDPrefix = "did:io:" // DIDAuthType is the authentication type DIDAuthType = "EcdsaSecp256k1VerificationKey2019" // DIDOwner is the suffix string DIDOwner = "#owner" )
View Source
const ( // DIDABI is the did abi DIDABI = `` /* 1110-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func NewDeregisterCmd ¶
NewDeregisterCmd represents the contract invoke deregister command
func NewDidGenerateCmd ¶
NewDidGenerateCmd represents the did generate command
func NewDidGetHashCmd ¶
NewDidGetHashCmd represents the did get hash command
func NewDidGetURICmd ¶
NewDidGetURICmd represents the did get uri command
func NewDidRegisterCmd ¶
NewDidRegisterCmd represents the did register command
Types ¶
Click to show internal directories.
Click to hide internal directories.