Preparing search index...
The search index is not available
Spectre WASM32 SDK - Core
Spectre WASM32 SDK - Core
IGetStatusResponse
Interface IGetStatusResponse
Return interface for the
Wallet.getStatus
method.
interface
IGetStatusResponse
{
context
?:
string
;
isConnected
:
boolean
;
isOpen
:
boolean
;
isSynced
:
boolean
;
networkId
?:
NetworkId
;
url
?:
string
;
}
Index
Properties
context?
is
Connected
is
Open
is
Synced
network
Id?
url?
Properties
Optional
context
context
?:
string
is
Connected
is
Connected
:
boolean
is
Open
is
Open
:
boolean
is
Synced
is
Synced
:
boolean
Optional
network
Id
network
Id
?:
NetworkId
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
context
is
Connected
is
Open
is
Synced
network
Id
url
Spectre WASM32 SDK - Core
Loading...
Return interface for the Wallet.getStatus method.