Versions in this module Expand all Collapse all v0 v0.7.1 Jun 9, 2020 Changes in this version + type BalTxReturn struct + Balance BalanceReturn + Transactions []MultigetAddrReturn + type Balance struct + Address string + ChainStats struct{ ... } + MempoolStats struct{ ... } + type BalanceReturn struct + Balance float64 + UnconfirmedBalance float64 + type FeeResponse struct + Five float64 + FiveZeroFour float64 + Four float64 + OneFourFour float64 + OneThousandEight float64 + Six float64 + Ten float64 + Three float64 + Twenty float64 + TwentyFive float64 + Two float64 + type MultigetAddrReturn struct + Address string + ConfirmedTransactions float64 + TotalTransactions float64 + Transactions []Tx + UnconfirmedTransactions float64 + type RequestFormat struct + Addresses []string + type Tx struct + Fee float64 + Locktime float64 + NumberofConfirmations float64 + Size float64 + Status struct{ ... } + Txid string + Version float64 + Vin []struct{ ... } + Vout []struct{ ... } + Weight float64 + type TxReturn struct + Txs [][]Tx + type Utxo struct + Address string + Status struct{ ... } + Txid string + Value float64 + Vout int + type UtxoVout struct + Address string + Index int + Scriptpubkey string + ScriptpubkeyAddress string + ScriptpubkeyAsm string + ScriptpubkeyType string + Value float64