The highest tagged major version is
v4.
package
Version:
v1.2.1-draft
Opens a new window with list of versions in this module.
Published: Jul 20, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claim struct {
Id Did `json:"id" yaml:"id"`
KYCValidated bool `json:"KYCValidated" yaml:"KYCValidated"`
}
type DidCredential struct {
CredType []string `json:"type" yaml:"type"`
Issuer Did `json:"issuer" yaml:"issuer"`
Issued string `json:"issued" yaml:"issued"`
Claim Claim `json:"claim" yaml:"claim"`
}
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"`
}
type Secret struct {
Seed string `json:"seed" yaml:"seed"`
SignKey string `json:"signKey" yaml:"signKey"`
EncryptionPrivateKey string `json:"encryptionPrivateKey" yaml:"encryptionPrivateKey"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.