mempoolspace

package
v0.0.0-...-8ad57b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastTransactionResponse

type BroadcastTransactionResponse struct {
	// contains filtered or unexported fields
}

type Client

type Client struct {
	// contains filtered or unexported fields
}

func (*Client) BroadcastTransaction

func (c *Client) BroadcastTransaction(redeemTx *wire.MsgTx) ([]byte, error)

func (*Client) CurrentHeight

func (c *Client) CurrentHeight() (uint32, error)

func (*Client) GetUtxos

func (c *Client) GetUtxos(hash []byte) ([]Utxo, error)

func (*Client) RecommendedFee

func (c *Client) RecommendedFee() (uint64, error)

type RecommendedFeesResponse

type RecommendedFeesResponse struct {
	// contains filtered or unexported fields
}

type Utxo

type Utxo struct {
	Value       btcutil.Amount
	BlockHeight int32
	wire.OutPoint
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL