- aensPreclaim(name: `${string}.chain`, options: AensPreclaimOptions): Promise<Readonly<Awaited<ReturnType<typeof sendTransaction>> & { 
 claim: ((opts?: Parameters<typeof aensClaim>[2]) => ReturnType<typeof aensClaim>);
 commitmentId: string;
 salt: number;
 }>>
- 
Returns Promise<Readonly<Awaited<ReturnType<typeof sendTransaction>> & { 
 claim: ((opts?: Parameters<typeof aensClaim>[2]) => ReturnType<typeof aensClaim>);
 commitmentId: string;
 salt: number;
 }>>
 
 
 
Preclaim a name. Sends a hash of the name and a random salt to the node
Example