Documentation ¶
Index ¶
- type Client
- func (c *Client) BroadcastTx(tx *wire.MsgTx) (*chainhash.Hash, error)
- func (c *Client) GetCurrentBlockHash() (int64, error)
- func (c *Client) GetRawTransaction(txHash *chainhash.Hash) (*wire.MsgTx, error)
- func (c *Client) GetRecommendedFees() (*btcapi.RecommendedFees, error)
- func (c *Client) GetTransactionByID(id string) (*btcapi.Transaction, error)
- func (c *Client) 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 Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetCurrentBlockHash ¶
func (*Client) GetRawTransaction ¶
func (*Client) GetRecommendedFees ¶
func (c *Client) GetRecommendedFees() (*btcapi.RecommendedFees, error)
func (*Client) GetTransactionByID ¶
func (c *Client) GetTransactionByID(id string) (*btcapi.Transaction, error)
func (*Client) ListUnspent ¶
Click to show internal directories.
Click to hide internal directories.