Fetch all digital assets managed by a given authority address.
HTTP transport instance
Authority address and pagination/sorting options
Commitment level and call options
Paginated list of assets under the authority
const page = await getAssetsByAuthority(transport, { authorityAddress: 'Auth111...', page: 1,});console.log(page.total); Copy
const page = await getAssetsByAuthority(transport, { authorityAddress: 'Auth111...', page: 1,});console.log(page.total);
1.0.0
Fetch all digital assets managed by a given authority address.