getAllOwnedObjects
@iota/kiosk / getAllOwnedObjects
Function: getAllOwnedObjects()
getAllOwnedObjects(
__namedParameters):Promise<IotaObjectResponse[]>
Defined in: utils.ts:215
A helper to return all owned objects, with an optional filter. It parses all the pages and returns the data.
Parameters
__namedParameters
client
IotaClient
filter?
IotaObjectDataFilter
limit?
number = DEFAULT_QUERY_LIMIT
options?
IotaObjectDataOptions = ...
owner
string
Returns
Promise<IotaObjectResponse[]>