Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DidPrefix = "did:ixo:"
Functions ¶
func GenerateMnemonic ¶ added in v0.12.2
func UnprefixedDid ¶ added in v0.12.2
func UnprefixedDidFromPubKey ¶ added in v0.12.2
func VerifyKeyToAddr ¶
func VerifyKeyToAddr(verifyKey string) sdk.AccAddress
Types ¶
type DidCredential ¶
type IxoDid ¶
type IxoDid struct { Did string `json:"did" yaml:"did"` VerifyKey string `json:"verifyKey" yaml:"verifyKey"` EncryptionPublicKey string `json:"encryptionPublicKey" yaml:"encryptionPublicKey"` Secret Secret `json:"secret" yaml:"secret"` }
func FromMnemonic ¶ added in v0.12.2
func (IxoDid) Address ¶
func (id IxoDid) Address() sdk.AccAddress
func (IxoDid) SignMessage ¶ added in v0.12.2
Click to show internal directories.
Click to hide internal directories.