Skip to content

Wait for 1 key block before exposing name in NameClaimTx or remove preclaim #283

@davidyuk

Description

@davidyuk

await nameObj.preclaim(name, { nonce, ttl, fee });
nonce = nonce && nonce + 1;
const claimRes = await nameObj.claim({
nonce,
ttl,
fee,
nameFee,
});

https://github.com/aeternity/aepp-sdk-js/blob/02442a2d194d8ea80610e793403d2360aca35294/src/aens.ts#L253-L306

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions