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