Documentation
Preparing search index...
@naviprotocol/lending
listAddressBalances
Function listAddressBalances
listAddressBalances
(
client
:
NaviCoreClient
,
options
:
{
cursor
?:
null
|
string
;
limit
?:
number
;
owner
:
string
}
,
)
:
Promise
<
{
balances
:
NaviAddressBalance
[]
;
nextCursor
:
null
|
string
}
>
Parameters
client
:
NaviCoreClient
options
:
{
cursor
?:
null
|
string
;
limit
?:
number
;
owner
:
string
}
Returns
Promise
<
{
balances
:
NaviAddressBalance
[]
;
nextCursor
:
null
|
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...