Comment on page
MintGrantBurn PKP
Mint, Grant and Burn the PKP to the associated Lit Action.
By invoking
mintGrantBurnPKP
, you obtain the publicKey
, tokenId
, and address
of the PKP. The publicKey is the non-compressed public key that the ECDSA algorithm uses to compute the address.const { publicKey, tokenId, address } = await newCircuit.mintGrantBurnPKP(ipfsCID);
Last modified 4mo ago