MintCondition

common.MintCondition

type MintCondition

common.MintCondition

FieldTypeDescription
issuerstringPublic key of the issuer
distributionDistributionSum must match corresponding amount in the commitment
no_encumbranceboolFlag to disable encumbrance, to distinguish between issue and mint flows
{
  "issuer": "zIssuerPublicKey",
  "distribution": {
    "value": [
      {
        "key": 20,
        "value": 2
      }
    ]
  },
  "no_encumbrance": false
}