GenerateAuthToken
GenerateAuthToken function
In order to mint a subnames for a certain listings, the minter needs to authenticate itself and prove the ownership of an address.
This will be the case when:
Listing uses whitelist and minter is whitelisted
Listing uses token gated access and minter has a required ERC token
Usage
index.ts
SignTypedDataFunction is function responsible for signing a typed data, generating a signature for proving ownership of an address. The function needs to be supplied by a client.
Return Type
The access token is required for generating minting parameters, is case the listing requires a verification for minting.
index.ts
Last updated