VC issuance contract (MBI two-phase)
Request body (both phases)
{
"data": "[{\"templateId\":\"<fixed>\",\"metadata\":{ …attribute values… }}]", // canonical JSON string, holder-signed
"signData": "3044...hex...", // holder Ed25519 signature over `data`
"publicKey": "b0014...hex...", // holder public key → derives the subject address
"expirationDate": "2027-01-01" // optional
}Key invariants
Last updated