Versions in this module Expand all Collapse all v0 v0.1.1 Jan 8, 2019 v0.1.0 Dec 6, 2017 Changes in this version + type FileSigner struct + BinanceKey string + BinanceSecret string + BitfinexKey string + BitfinexSecret string + BittrexKey string + BittrexSecret string + Keystore string + LiquiKey string + LiquiSecret string + Passphrase string + func NewFileSigner(file string) *FileSigner + func (self FileSigner) BinanceSign(msg string) string + func (self FileSigner) BitfinexSign(msg string) string + func (self FileSigner) BittrexSign(msg string) string + func (self FileSigner) GetAddress() ethereum.Address + func (self FileSigner) GetBinanceKey() string + func (self FileSigner) GetBitfinexKey() string + func (self FileSigner) GetBittrexKey() string + func (self FileSigner) GetLiquiKey() string + func (self FileSigner) GetTransactOpts() *bind.TransactOpts + func (self FileSigner) LiquiSign(msg string) string + func (self FileSigner) Sign(address ethereum.Address, tx *types.Transaction) (*types.Transaction, error)