I am having type error: cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".PublicKey in append
since the package has a crypto library in vendor folder it's usage of that type, which is resulting in type error due to being it inaccessible to outside package
I am having type error:
cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".PublicKey in appendsince the package has a crypto library in vendor folder it's usage of that type, which is resulting in type error due to being it inaccessible to outside package