divergencetech / ethier

Golang and Solidity SDK to make Ethereum development ethier
MIT License
217 stars 23 forks source link

Access to private keys #64

Closed ardan-bkennedy closed 1 year ago

ardan-bkennedy commented 1 year ago

I need access to the private key since I have contracts that validate the signature of program data. This change adds a new exported method called PrivateKey and this has allowed me to write a test I needed to write.


This change is Reviewable