Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 v1.0.1 Dec 1, 2021 Changes in this version + const CryptoTypeDefault + const CryptoTypeGM + const CryptoTypeSchnorr + func CreateCryptoClient(cryptoType string) (base.CryptoClient, error) + func CreateCryptoClientFromJSONPrivateKey(jsonKey []byte) (base.CryptoClient, error) + func CreateCryptoClientFromJSONPublicKey(jsonKey []byte) (base.CryptoClient, error) + func Drivers() []string + func Register(name string, f NewCryptoFunc) + type NewCryptoFunc func() base.CryptoClient