ERC1155MintEip712TypedData
uploadIdstring
Unique identifier for the upload session returned after uploading files
Example:
123e4567-e89b-12d3-a456-426614174000tostring
Receiver address of the minted tokens
Example:
0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383amountstring
Amount of fungible tokens to be minted under the same token ID
Example:
100ERC1155MintEip712TypedData
{
"uploadId": "123e4567-e89b-12d3-a456-426614174000",
"to": "0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383",
"amount": "100"
}