Claim a previously preclaimed registration. This can only be done after the preclaim step
the result of the claim
const name = 'test.chain'const salt = preclaimResult.salt // salt from pre-claim transactionawait sdkInstance.aensClaim(name, salt, { ttl, fee, nonce, nameFee })
AENS name
Salt from pre-claim, or 0 if it's a bid
options
Generated using TypeDoc
Claim a previously preclaimed registration. This can only be done after the preclaim step
Returns
the result of the claim
Example