Documentation ¶
Index ¶
- type CoinEstimate
- type NoahGate
- func (mg *NoahGate) EstimateCoinBuy(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error)
- func (mg *NoahGate) EstimateCoinSell(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error)
- func (mg *NoahGate) EstimateCoinSellAll(coinToSell string, coinToBuy string, value string, gasPrice string) (*CoinEstimate, error)
- func (mg *NoahGate) EstimateTxCommission(transaction string) (*string, error)
- func (mg *NoahGate) GetMinGas() (*string, error)
- func (mg *NoahGate) GetNonce(address string) (*string, error)
- func (mg NoahGate) TxPush(transaction string) (*string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinEstimate ¶
type NoahGate ¶
func (*NoahGate) EstimateCoinBuy ¶
func (mg *NoahGate) EstimateCoinBuy(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error)
Return estimate of buy coin
func (*NoahGate) EstimateCoinSell ¶
func (mg *NoahGate) EstimateCoinSell(coinToSell string, coinToBuy string, value string) (*CoinEstimate, error)
Return estimate of sell coin
func (*NoahGate) EstimateCoinSellAll ¶
func (mg *NoahGate) EstimateCoinSellAll(coinToSell string, coinToBuy string, value string, gasPrice string) (*CoinEstimate, error)
Return estimate of sell coin
func (*NoahGate) EstimateTxCommission ¶
Return estimate of transaction
Click to show internal directories.
Click to hide internal directories.