Versions in this module Expand all Collapse all v1 v1.2.9 Dec 3, 2019 Changes in this version type MinterGate + Config env.Config + Logger *logrus.Entry + func (mg *MinterGate) EstimateCoinSellAll(coinToSell string, coinToBuy string, value string, gasPrice string) (*CoinEstimate, error) v1.2.8 Jan 24, 2019 Changes in this version + type CoinEstimate struct + Commission string + Value string + type MinterGate struct + func New(config env.Config, e *emitter.Emitter, db *gorm.DB) *MinterGate + func (mg *MinterGate) EstimateCoinBuy(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error) + func (mg *MinterGate) EstimateCoinSell(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error) + func (mg *MinterGate) EstimateTxCommission(transaction string) (*string, error) + func (mg *MinterGate) GetActiveNodes() []models.MinterNode + func (mg *MinterGate) GetMinGas() (*string, error) + func (mg *MinterGate) GetNonce(address string) (*string, error) + func (mg MinterGate) TxPush(transaction string) (*string, error)