Versions in this module Expand all Collapse all v1 v1.0.0 Mar 5, 2024 Changes in this version + type TransferableInscription struct + InscriptionId string + InscriptionNumber int64 + Tick string + TransferableAmount int64 + Value int64 + type UnisatClient struct + func NewUnisatClient(netParams *chaincfg.Params, apikey string) *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)