ao-js-sdk - v0.4.0
GitHub
Preparing search index...
GetArNSRecordsResponse
Interface GetArNSRecordsResponse
Response interface for paginated ARNS records
interface
GetArNSRecordsResponse
{
hasMore
:
boolean
;
items
:
ARNSRecordWithName
[]
;
limit
:
number
;
nextCursor
:
string
;
sortBy
:
string
;
sortOrder
:
string
;
totalItems
:
number
;
}
Index
Properties
has
More
items
limit
next
Cursor
sort
By
sort
Order
total
Items
Properties
has
More
hasMore
:
boolean
items
items
:
ARNSRecordWithName
[]
limit
limit
:
number
next
Cursor
nextCursor
:
string
sort
By
sortBy
:
string
sort
Order
sortOrder
:
string
total
Items
totalItems
:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
has
More
items
limit
next
Cursor
sort
By
sort
Order
total
Items
GitHub
ao-js-sdk - v0.4.0
Loading...
Response interface for paginated ARNS records