List
Retrieve the list of Atomicals in order.
Method
atomicalsList
Parameters
{
limit: number
offset: number
asc: boolean
}
Example
Code
const result: ToResult<{ global: GlobalResult, result: AtomicalStatus[] }> =
await api.atomicalsList({ params: { limit: 2, offset: 0, asc: true } })
Result
Too long.