NeoRust GUI Documentation - v0.4.2
GitHub
API Docs
Preparing search index...
stores/walletStore
WalletInfo
Interface WalletInfo
interface
WalletInfo
{
accounts
:
Account
[]
;
id
:
string
;
isDefault
:
boolean
;
isOpen
:
boolean
;
name
:
string
;
path
:
string
;
scrypt
:
{
n
:
number
;
p
:
number
;
r
:
number
}
;
version
:
string
;
}
Index
Properties
accounts
id
is
Default
is
Open
name
path
scrypt
version
Properties
accounts
accounts
:
Account
[]
id
id
:
string
is
Default
isDefault
:
boolean
is
Open
isOpen
:
boolean
name
name
:
string
path
path
:
string
scrypt
scrypt
:
{
n
:
number
;
p
:
number
;
r
:
number
}
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
id
is
Default
is
Open
name
path
scrypt
version
GitHub
API Docs
NeoRust GUI Documentation - v0.4.2
Loading...