Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
GetAssetsByAuthorityParams
Interface GetAssetsByAuthorityParams
Parameters for fetching assets by authority.
Since
1.0.0
interface
GetAssetsByAuthorityParams
{
after
?:
string
;
authorityAddress
:
never
;
before
?:
string
;
cursor
?:
string
;
limit
?:
number
;
page
?:
number
;
sortBy
?:
{
sortBy
:
DasSortBy
;
sortDirection
:
DasSortDirection
;
}
;
}
Index
Properties
after?
authority
Address
before?
cursor?
limit?
page?
sort
By?
Properties
Optional
after
after
?:
string
authority
Address
authority
Address
:
never
Optional
before
before
?:
string
Optional
cursor
cursor
?:
string
Optional
limit
limit
?:
number
Optional
page
page
?:
number
Optional
sort
By
sort
By
?:
{
sortBy
:
DasSortBy
;
sortDirection
:
DasSortDirection
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
after
authority
Address
before
cursor
limit
page
sort
By
@oobe-protocol-labs/synapse-client-sdk
Loading...
Parameters for fetching assets by authority.
Since
1.0.0