Documentation ¶
Index ¶
- type InsightAPI
- func (api InsightAPI) EstimateFee() (int, error)
- func (api InsightAPI) GetHTTPGetMethod() func(string) (string, error)
- func (api InsightAPI) GetHTTPPostMethod() func(string, url.Values) (string, error)
- func (api InsightAPI) GetInsightAddressResponse(publicKey string) (WalletBalance, error)
- func (api InsightAPI) GetInsightUnspentTxResponse(publicKey string) ([]Tx, error)
- func (api InsightAPI) PushInsightTransacation(rawtx string) error
- type Tx
- type TxOutput
- type UtxoSet
- type WalletBalance
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsightAPI ¶
type InsightAPI struct { APIEndpoint string Proxified bool // contains filtered or unexported fields }
func GetAnonymizedInsightAPI ¶
func GetAnonymizedInsightAPI() InsightAPI
func GetBlockdozerBitcoinCashInsightAPI ¶
func GetBlockdozerBitcoinCashInsightAPI() InsightAPI
func GetRandomBitcoinInsightAPI ¶
func GetRandomBitcoinInsightAPI() InsightAPI
func (InsightAPI) EstimateFee ¶
func (api InsightAPI) EstimateFee() (int, error)
func (InsightAPI) GetHTTPGetMethod ¶
func (api InsightAPI) GetHTTPGetMethod() func(string) (string, error)
func (InsightAPI) GetHTTPPostMethod ¶
func (InsightAPI) GetInsightAddressResponse ¶
func (api InsightAPI) GetInsightAddressResponse(publicKey string) (WalletBalance, error)
func (InsightAPI) GetInsightUnspentTxResponse ¶
func (api InsightAPI) GetInsightUnspentTxResponse(publicKey string) ([]Tx, error)
func (InsightAPI) PushInsightTransacation ¶
func (api InsightAPI) PushInsightTransacation(rawtx string) error
Click to show internal directories.
Click to hide internal directories.