Search
Preparing search index...
The search index is not available
blockstack
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
InsightClient
Class InsightClient
Hierarchy
BitcoinNetwork
InsightClient
Index
Constructors
constructor
Properties
api
Url
Methods
broadcast
Transaction
get
Block
Height
get
NetworkedUTXOs
get
Transaction
Info
Constructors
constructor
new
Insight
Client
(
insightUrl
?:
string
)
:
InsightClient
Parameters
Default value
insightUrl:
string
= "https://utxo.technofractal.com/"
Returns
InsightClient
Properties
api
Url
api
Url
:
string
Methods
broadcast
Transaction
broadcast
Transaction
(
transaction
:
string
)
:
Promise
<
any
>
Parameters
transaction:
string
Returns
Promise
<
any
>
get
Block
Height
get
Block
Height
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
get
NetworkedUTXOs
get
NetworkedUTXOs
(
address
:
string
)
:
Promise
<
Array
<
UTXO
>
>
Parameters
address:
string
Returns
Promise
<
Array
<
UTXO
>
>
get
Transaction
Info
get
Transaction
Info
(
txHash
:
string
)
:
Promise
<
object
>
Parameters
txHash:
string
Returns
Promise
<
object
>
Globals
Insight
Client
constructor
api
Url
broadcast
Transaction
get
Block
Height
get
NetworkedUTXOs
get
Transaction
Info
Generated using
TypeDoc