The NFT owner account (keyring) or address (string) used to sign data. It can also be the retriever account of rentee or delegatee.
Kind of account that want to retrieve the payload: it can be either "OWNER", "DELEGATEE" or "RENTEE"
The ID of the NFT.
The current block header id on-chain.
A block duration validity for the temporay signer account to be valid; default SIGNER_BLOCK_VALIDITY = 100 blocks.
Optional
extensionInjector: Record<string, any>(Optional)The signer method retrived from your extension. We recommand Polkadot extention: object must have a signer key.
Generated using TypeDoc
Name
formatRetrievePayload
Summary
Prepares post request payload to retrieve secret/capsule NFT data into TEE enclaves.
Returns
Payload ready to be submitted to TEE enclaves.