MintCondition

common.MintCondition

type MintCondition

common.MintCondition

FieldTypeDescription
issuerstringPublic key of the issuer
distributionDistributionSum must match corresponding amount in the commitment
{
  "issuer": "zIssuerPublicKey",
  "distribution": {
    "value": [
      {
        "key": 20,
        "value": 2
      }
    ]
  }
}