package
0.0.0-20200607220616-68d30bb3a5e1
Repository: https://github.com/daveappleton/ether_go.git
Documentation: pkg.go.dev
# Functions
PostContract - stcik a contract onto the blockchain
would seriously suggest using Abigen to create Dapp bindings instead of uaing this
.
SendEthereum(sender * ethKeys.AccountKey, recipient common.Address, amountToSend int64) error
.
You probably have a far better way to handle this but this creates a wait loop for the transaction to enter the blockchain
.