increaseUndernameLimit
increaseUndernameLimit
is a method on the ARIO
class that increases the number of undernames an ArNS domain can support. Each domain starts with a default limit of 10 undernames and can be increased up to a maximum of 10,000 undernames.
increaseUndernameLimit
requires authentication.
Examples
increaseUndernameLimit
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
name | string | The ArNS name to increase the undername limit for | false |
increaseCount | number | The number of additional undername slots to purchase (up to 10,000 total) | false |
fundFrom | string | The source of funds: 'balance', 'stakes', 'any', or 'turbo' | true |
paidBy | string | string[] | Wallet address(es) that will pay for the purchase (used with fundFrom: 'turbo') | true |
tags | array | An array of GQL tag objects to attach to the transfer AO message | true |