Retrieves paginated ARNS records
Optionalparams: { cursor?: string; limit?: number }Optional pagination parameters (cursor and limit)
Optionalcursor?: stringCursor for pagination
Optionallimit?: 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