NeoRust GUI Documentation - v0.4.2
GitHub
API Docs
Preparing search index...
stores/appStore
WalletInfo
Interface WalletInfo
interface
WalletInfo
{
address
:
string
;
balance
:
{
gas
:
string
;
neo
:
string
;
tokens
:
Record
<
string
,
string
>
}
;
id
:
string
;
isDefault
:
boolean
;
name
:
string
;
}
Index
Properties
address
balance
id
is
Default
name
Properties
address
address
:
string
balance
balance
:
{
gas
:
string
;
neo
:
string
;
tokens
:
Record
<
string
,
string
>
}
id
id
:
string
is
Default
isDefault
:
boolean
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
balance
id
is
Default
name
GitHub
API Docs
NeoRust GUI Documentation - v0.4.2
Loading...