Documentation ¶
Overview ¶
Copyright (c) 2019 Romano (Viacoin developer) Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copyright (c) 2019 Romano (Viacoin developer) Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copyright (c) 2019 Romano (Viacoin developer) Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTotalUSD ¶
Types ¶
type Coin ¶
type Coin struct { Symbol string Name string Network *Network Insight *Insight FeePerByte int64 Binance bool }
func SelectCoin ¶
select a coin by symbol and return Coin struct and error
type Network ¶
func (Network) GetNetworkParams ¶
type Ticker ¶
type Transaction ¶
type Transaction struct { CoinName string `json:"coin_name"` Coinsymbol string `json:"coinsymbol"` TxId string `json:"txid"` SourceAddress string `json:"source_address"` DestinationAddress string `json:"destination_address"` Amount int64 `json:"amount"` UnsignedTx string `json:"unsignedtx"` SignedTx string `json:"signedtx"` }
Click to show internal directories.
Click to hide internal directories.