Documentation
¶
Index ¶
- func GetBitcoinFee() (responses.BitcoinFeeResponse, responses.ResponseError)
- func GetEthereumBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
- func GetEthereumClassicBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
- func GetEthereumClassicFee() (responses.EthereumFeeResponse, responses.ResponseError)
- func GetEthereumFee() (responses.EthereumFeeResponse, responses.ResponseError)
- func GetLitecoinFee() (responses.LitecoinFeeResponse, responses.ResponseError)
- func GetStellarBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
- func GetTokenBalance(address, tokenAddress string) (responses.CurrencyBalanceResponse, responses.ResponseError)
- func GetTokenGasLimit(data requests.TokenGasLimitRequest) (responses.TokenFeeResponse, responses.ResponseError)
- func GetUtxo(address, currency string) (responses.UtxoResponse, responses.ResponseError)
- func GetWavesBalance(address string) (responses.WavesBalanceResponse, responses.ResponseError)
- func GetZilliqaBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBitcoinFee ¶
func GetBitcoinFee() (responses.BitcoinFeeResponse, responses.ResponseError)
func GetEthereumBalance ¶
func GetEthereumBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
func GetEthereumClassicBalance ¶
func GetEthereumClassicBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
func GetEthereumClassicFee ¶
func GetEthereumClassicFee() (responses.EthereumFeeResponse, responses.ResponseError)
func GetEthereumFee ¶
func GetEthereumFee() (responses.EthereumFeeResponse, responses.ResponseError)
func GetLitecoinFee ¶
func GetLitecoinFee() (responses.LitecoinFeeResponse, responses.ResponseError)
func GetStellarBalance ¶
func GetStellarBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
func GetTokenBalance ¶
func GetTokenBalance(address, tokenAddress string) (responses.CurrencyBalanceResponse, responses.ResponseError)
func GetTokenGasLimit ¶
func GetTokenGasLimit(data requests.TokenGasLimitRequest) (responses.TokenFeeResponse, responses.ResponseError)
func GetUtxo ¶
func GetUtxo(address, currency string) (responses.UtxoResponse, responses.ResponseError)
func GetWavesBalance ¶
func GetWavesBalance(address string) (responses.WavesBalanceResponse, responses.ResponseError)
func GetZilliqaBalance ¶
func GetZilliqaBalance(address string) (responses.CurrencyBalanceResponse, responses.ResponseError)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.