Preparing search index...
The search index is not available
Spectre WASM32 SDK - RPC
Spectre WASM32 SDK - RPC
IGetInfoResponse
Interface IGetInfoResponse
Return interface for the
RpcClient.getInfo
RPC method.
interface
IGetInfoResponse
{
hasMessageId
:
boolean
;
hasNotifyCommand
:
boolean
;
isSynced
:
boolean
;
isUtxoIndexed
:
boolean
;
mempoolSize
:
bigint
;
p2pId
:
string
;
serverVersion
:
string
;
}
Index
Properties
has
Message
Id
has
Notify
Command
is
Synced
is
Utxo
Indexed
mempool
Size
p2p
Id
server
Version
Properties
has
Message
Id
has
Message
Id
:
boolean
GRPC ONLY
has
Notify
Command
has
Notify
Command
:
boolean
GRPC ONLY
is
Synced
is
Synced
:
boolean
is
Utxo
Indexed
is
Utxo
Indexed
:
boolean
mempool
Size
mempool
Size
:
bigint
p2p
Id
p2p
Id
:
string
server
Version
server
Version
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
has
Message
Id
has
Notify
Command
is
Synced
is
Utxo
Indexed
mempool
Size
p2p
Id
server
Version
Spectre WASM32 SDK - RPC
Loading...
Return interface for the RpcClient.getInfo RPC method.