NeoRust GUI Documentation - v0.4.2
GitHub
API Docs
Preparing search index...
__tests__/utils/test-utils
generateMockWallet
Function generateMockWallet
generateMockWallet
(
overrides
?:
{}
,
)
:
{
address
:
string
;
balance
:
{
GAS
:
string
;
NEO
:
string
}
;
isConnected
:
boolean
;
}
Parameters
overrides
:
{}
= {}
Returns
{
address
:
string
;
balance
:
{
GAS
:
string
;
NEO
:
string
}
;
isConnected
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
API Docs
NeoRust GUI Documentation - v0.4.2
Loading...