Preparing search index...
The search index is not available
Kaspa WASM32 SDK - Core
Kaspa WASM32 SDK - Core
IGetStatusResponse
Interface IGetStatusResponse
Return interface for the
Wallet.getStatus
method.
interface
IGetStatusResponse
{
isConnected
:
boolean
;
isOpen
:
boolean
;
isSynced
:
boolean
;
networkId
?:
NetworkId
;
url
?:
string
;
}
Index
Properties
is
Connected
is
Open
is
Synced
network
Id?
url?
Properties
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
is
Connected
is
Open
is
Synced
network
Id
url
Kaspa WASM32 SDK - Core
AccountsDiscoveryKind
AddressVersion
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Opcode
RpcEventType
SubmitBlockRejectReason
TransactionDataType
TransactionKind
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
Account
AccountKind
Address
AgentConstructorOptions
Loading...
Generated using
TypeDoc
Return interface for the Wallet.getStatus method.