Documentation ¶
Index ¶
- type Fee
- type MempoolClient
- func (c *MempoolClient) BroadcastTx(tx *wire.MsgTx) (*chainhash.Hash, error)
- func (c *MempoolClient) GetFeeRate() (*int64, error)
- func (c *MempoolClient) GetRawTransaction(txHash *chainhash.Hash) (*wire.MsgTx, error)
- func (c *MempoolClient) ListUnspent(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
- type UTXO
- type UTXOs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MempoolClient ¶
type MempoolClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(netParams *chaincfg.Params) *MempoolClient
func (*MempoolClient) BroadcastTx ¶
func (*MempoolClient) GetFeeRate ¶
func (c *MempoolClient) GetFeeRate() (*int64, error)
func (*MempoolClient) GetRawTransaction ¶
func (*MempoolClient) ListUnspent ¶
func (c *MempoolClient) ListUnspent(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
Click to show internal directories.
Click to hide internal directories.