Preparing search index...
The search index is not available
Kaspa WASM32 SDK
Kaspa WASM32 SDK
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
Kaspa WASM32 SDK
AccountsDiscoveryKind
AddressVersion
BindingType
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Opcodes
RpcEventType
SighashType
SubmitBlockRejectReason
TransactionDataType
TransactionKind
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
AccountKind
Address
Loading...
Generated using
TypeDoc
Return interface for the Wallet.getStatus method.