Documentation ¶
Index ¶
- Variables
- func CreateNewKeystoreTransactor(ks *keystore.KeyStore, acc *accounts.Account) *bind.TransactOpts
- func GetKeystore() *keystore.KeyStore
- func GetUnlockedAcc(ks *keystore.KeyStore) (*accounts.Account, error)
- func ListAccounts() error
- func LookupBackend() (*ethclient.Client, chan bool, error)
- func NewAccount() (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Address = flag.String("ether.address", "", "Ethereum acc to use for deployment")
View Source
var GethUrl = flag.String("geth.url", "", "URL value of started geth to connect")
View Source
var KeyStoreDir = flag.String("keystore.directory", "testnet", "specify runtime dir for keystore keys")
View Source
var Passphrase = flag.String("keystore.passphrase", "", "Pashprase to unlock specified key from keystore")
Functions ¶
func GetKeystore ¶
func ListAccounts ¶
func ListAccounts() error
func NewAccount ¶
func NewAccount() (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.