Search
Preparing search index...
The search index is not available
Home
AccountService
Class AccountService
Hierarchy
Service
AccountService
Index
Constructors
constructor
Properties
account$
account
Address$
account
Member$
Accessors
account
account
Address
account
Member
headers
Methods
compute
Contract
Account
destroy
get
Account
get
Account24
Hour
Net
Curve
get
Account
Balances
get
Account
Dashboard
get
Account
Investments
get
Account
Members
get
Account
Settings
get
Account
Total
Balances
get
Connected
Accounts
get
Delay
Transaction
Options
init
is
Contract
Account
is
Eligible
For
Airdrop
join
Contract
Account
sync
Account
update
Account
Settings
Constructors
constructor
new
Account
Service
(
)
:
AccountService
Returns
AccountService
Properties
Readonly
account$
account$
:
SynchronizedSubject
<
Account
,
"address"
|
"type"
|
"state"
|
"store"
|
"ensNode"
|
"settings"
|
"createdAt"
|
"updatedAt"
|
"synchronizedAt"
>
= new SynchronizedSubject<Account>()
Readonly
account
Address$
account
Address$
:
Observable
<
string
>
Readonly
account
Member$
account
Member$
:
SynchronizedSubject
<
AccountMember
,
"account"
|
"type"
|
"state"
|
"store"
|
"createdAt"
|
"updatedAt"
|
"synchronizedAt"
|
"member"
>
= new SynchronizedSubject<AccountMember>()
Accessors
account
get
account
(
)
:
Account
Returns
Account
account
Address
get
accountAddress
(
)
:
string
Returns
string
account
Member
get
accountMember
(
)
:
AccountMember
Returns
AccountMember
headers
get
headers
(
)
:
{}
Returns
{}
[
key:
string
]:
any
Methods
compute
Contract
Account
compute
Contract
Account
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
get
Account
get
Account
(
account
:
string
)
:
Promise
<
Account
>
Parameters
account:
string
Returns
Promise
<
Account
>
get
Account24
Hour
Net
Curve
get
Account24
Hour
Net
Curve
(
account
:
string
, chainIds
?:
number
[]
)
:
Promise
<
NetCurveBalances
>
Parameters
account:
string
Optional
chainIds:
number
[]
Returns
Promise
<
NetCurveBalances
>
get
Account
Balances
get
Account
Balances
(
account
:
string
, tokens
:
string
[]
, ChainId
:
number
, provider
?:
string
)
:
Promise
<
AccountBalances
>
Parameters
account:
string
tokens:
string
[]
ChainId:
number
Optional
provider:
string
Returns
Promise
<
AccountBalances
>
get
Account
Dashboard
get
Account
Dashboard
(
account
:
string
, currency
:
string
, days
?:
number
)
:
Promise
<
AccountDashboard
>
Parameters
account:
string
currency:
string
Optional
days:
number
Returns
Promise
<
AccountDashboard
>
get
Account
Investments
get
Account
Investments
(
account
:
string
, ChainId
?:
number
, apps
?:
string
[]
, provider
?:
string
)
:
Promise
<
AccountInvestments
>
Parameters
account:
string
Optional
ChainId:
number
Optional
apps:
string
[]
Optional
provider:
string
Returns
Promise
<
AccountInvestments
>
get
Account
Members
get
Account
Members
(
account
:
string
, page
:
number
)
:
Promise
<
AccountMembers
>
Parameters
account:
string
page:
number
Returns
Promise
<
AccountMembers
>
get
Account
Settings
get
Account
Settings
(
)
:
Promise
<
AccountSettings
>
Returns
Promise
<
AccountSettings
>
get
Account
Total
Balances
get
Account
Total
Balances
(
account
:
string
, currency
:
Currencies
)
:
Promise
<
AccountTotalBalances
>
Parameters
account:
string
currency:
Currencies
Returns
Promise
<
AccountTotalBalances
>
get
Connected
Accounts
get
Connected
Accounts
(
page
:
number
)
:
Promise
<
Accounts
>
Parameters
page:
number
Returns
Promise
<
Accounts
>
get
Delay
Transaction
Options
get
Delay
Transaction
Options
(
)
:
Promise
<
number
[]
>
Returns
Promise
<
number
[]
>
init
init
(
context
:
Context
)
:
void
Parameters
context:
Context
Returns
void
is
Contract
Account
is
Contract
Account
(
)
:
boolean
Returns
boolean
is
Eligible
For
Airdrop
is
Eligible
For
Airdrop
(
dto
:
IsEligibleForAirdropDto
)
:
Promise
<
boolean
>
Parameters
dto:
IsEligibleForAirdropDto
Returns
Promise
<
boolean
>
join
Contract
Account
join
Contract
Account
(
address
:
string
)
:
void
Parameters
address:
string
Returns
void
sync
Account
sync
Account
(
)
:
Promise
<
Account
>
Returns
Promise
<
Account
>
update
Account
Settings
update
Account
Settings
(
dto
:
UpdateAccountSettingsDto
)
:
Promise
<
AccountSettings
>
Parameters
dto:
UpdateAccountSettingsDto
Returns
Promise
<
AccountSettings
>
Globals
Account
Service
constructor
account$
account
Address$
account
Member$
account
account
Address
account
Member
headers
compute
Contract
Account
destroy
get
Account
get
Account24
Hour
Net
Curve
get
Account
Balances
get
Account
Dashboard
get
Account
Investments
get
Account
Members
get
Account
Settings
get
Account
Total
Balances
get
Connected
Accounts
get
Delay
Transaction
Options
init
is
Contract
Account
is
Eligible
For
Airdrop
join
Contract
Account
sync
Account
update
Account
Settings