Documentation
      ¶
    
    
  
    
  
    Index ¶
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 ¶
      View Source
      
  var ( DIDCmdShorts = map[config.Language]string{ config.English: "DID command", config.Chinese: "DID command", } DIDCmdUses = map[config.Language]string{ config.English: "did command", config.Chinese: "did command", } )
Multi-language support
      View Source
      
  var DIDCmd = &cobra.Command{ Use: config.TranslateInLang(DIDCmdUses, config.UILanguage), Short: config.TranslateInLang(DIDCmdShorts, config.UILanguage), }
DIDCmd represents the DID command
Functions ¶
This section is empty.
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.