Documentation
Github
Preparing search index...
filsnap
AccountInfo
Interface AccountInfo
interface
AccountInfo
{
address
:
string
;
balance
:
string
;
config
:
{
derivationPath
:
string
;
network
:
Network
;
rpc
:
{
token
:
string
;
url
:
string
}
;
unit
?:
{
decimals
:
number
;
symbol
:
"FIL"
|
"tFIL"
}
;
}
;
pubKey
:
string
;
}
Index
Properties
address
balance
config
pub
Key
Properties
address
address
:
string
balance
balance
:
string
config
config
:
{
derivationPath
:
string
;
network
:
Network
;
rpc
:
{
token
:
string
;
url
:
string
}
;
unit
?:
{
decimals
:
number
;
symbol
:
"FIL"
|
"tFIL"
}
;
}
Type declaration
derivationPath
:
string
The derivation path for the account
network
:
Network
rpc
:
{
token
:
string
;
url
:
string
}
Optional
unit
?:
{
decimals
:
number
;
symbol
:
"FIL"
|
"tFIL"
}
pub
Key
pubKey
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
balance
config
pub
Key
Github
Documentation
Loading...
The derivation path for the account