@raoul-picconi/mojito-sdk
Preparing search index...
types
BTCBalance
Interface BTCBalance
interface
BTCBalance
{
address
:
string
;
chain_stats
:
{
funded_txo_count
:
number
;
funded_txo_sum
:
number
;
spent_txo_count
:
number
;
spent_txo_sum
:
number
;
tx_count
:
number
;
}
;
mempool_stats
:
{
funded_txo_count
:
number
;
funded_txo_sum
:
number
;
spent_txo_count
:
number
;
spent_txo_sum
:
number
;
tx_count
:
number
;
}
;
}
Index
Properties
address
chain_
stats
mempool_
stats
Properties
address
address
:
string
chain_
stats
chain_stats
:
{
funded_txo_count
:
number
;
funded_txo_sum
:
number
;
spent_txo_count
:
number
;
spent_txo_sum
:
number
;
tx_count
:
number
;
}
mempool_
stats
mempool_stats
:
{
funded_txo_count
:
number
;
funded_txo_sum
:
number
;
spent_txo_count
:
number
;
spent_txo_sum
:
number
;
tx_count
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
chain_
stats
mempool_
stats
@raoul-picconi/mojito-sdk
Loading...