Retrieves paginated ARNS records
Optional
params: { cursor?: string; limit?: number }Optional pagination parameters (cursor and limit)
Optional
cursor?: stringCursor for pagination
Optional
limit?: numberMaximum number of records to retrieve
Promise resolving to paginated ARNS records response
Gets the process ID for this client
The process ID string
Retrieves an ARNS record for a given name
The name to get the ARNS record for
Promise resolving to the ARNS record if found, undefined otherwise
Interface for ARNS (Arweave Name Service) client operations