Versions in this module Expand all Collapse all v0 v0.6.0 Jan 4, 2019 Changes in this version + var Codec = amino.NewCodec() + func MustMarshalJson(obj interface{}) []byte v0.5.0 Dec 25, 2018 Changes in this version + const CommonSubjAminoRoute + const QCPSubjAminoRoute + const QSCSubjAminoRoute + func MakeCodec() *amino.Codec + func RegisterCodec(cdc *amino.Codec) + func VerityCrt(caPublicKeys []crypto.PubKey, crt Certificate) bool + type Certificate struct + CA Issuer + CSR CertificateSigningRequest + Signature []byte + func (crt Certificate) PublicKey() crypto.PubKey + type CertificateSigningRequest struct + IsCa bool + NotAfter time.Time + NotBefore time.Time + PublicKey crypto.PubKey + Subj Subject + type CommonSubject struct + CN string + type Issuer struct + PublicKey crypto.PubKey + Subj Subject + type QCPSubject struct + ChainId string + QCPChain string + type QSCSubject struct + Banker crypto.PubKey + ChainId string + Name string + type Subject interface + type TrustCrts struct + PublicKeys []crypto.PubKey