Versions in this module Expand all Collapse all v0 v0.1.1 Sep 18, 2019 v0.1.0 Sep 12, 2019 Changes in this version + type EthAdaptor struct + Addrs storage.AddressBook + func (a *EthAdaptor) Count() (totalNumber int, consensusNumber int) + func (a *EthAdaptor) GetChainName() string + func (a *EthAdaptor) GetIP() string + func (a *EthAdaptor) GetPort() int + func (a *EthAdaptor) GetSequence() int64 + func (a *EthAdaptor) ObtainTx(chainID string, sequence int64) (*txs.TxQcp, error) + func (a *EthAdaptor) QuerySequence(chainID string, inout string) (int64, error) + func (a *EthAdaptor) Start() error + func (a *EthAdaptor) Stop() error + func (a *EthAdaptor) SubmitTx(chainID string, tx *txs.TxQcp) error + func (a *EthAdaptor) Subscribe(listener ports.EventsListener) + func (a *EthAdaptor) Sync() error