extendLease
extendLease
is a method on the ARIO
class that extends the lease duration of a registered ArNS domain. The extension period can be 1-5 years, depending on the domain's grace period status. Note that permanently registered domains cannot have their leases extended.
extendLease
requires authentication.
Examples
extendLease
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
name | string | The ArNS name for which to extend the lease | false |
years | number | The number of years to extend the lease by (1-5 years) | 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 |