Documentation ¶
Index ¶
- type TransferableInscription
- type UnisatClient
- func (u UnisatClient) ListTransferableInscriptions(address btcutil.Address, tick string) ([]*TransferableInscription, error)
- func (u UnisatClient) ListUnspentIsInscription(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
- func (u UnisatClient) ListUnspentNonInscription(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferableInscription ¶
type UnisatClient ¶
type UnisatClient struct {
// contains filtered or unexported fields
}
func NewUnisatClient ¶
func NewUnisatClient(netParams *chaincfg.Params, apikey string) *UnisatClient
func (UnisatClient) ListTransferableInscriptions ¶
func (u UnisatClient) ListTransferableInscriptions(address btcutil.Address, tick string) ([]*TransferableInscription, error)
func (UnisatClient) ListUnspentIsInscription ¶
func (u UnisatClient) ListUnspentIsInscription(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
func (UnisatClient) ListUnspentNonInscription ¶
func (u UnisatClient) ListUnspentNonInscription(address btcutil.Address) ([]*btcapi.UnspentOutput, error)
Click to show internal directories.
Click to hide internal directories.