Documentation
¶
Overview ¶
Package bind generates Ethereum contract Go bindings.
Detailed usage document and tutorial available on the go-ethereum Wiki page: https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modes = []Mode{ Contract, Manager, }
Functions ¶
func Bind ¶
func Bind(name string, deployment deployment.Deployment, opt Option) (map[Mode][]byte, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.