common.MintCondition
type MintCondition
MintCondition
common.MintCondition
common.MintCondition
Field | Type | Description |
---|---|---|
issuer | string | Public key of the issuer |
distribution | Distribution | Sum must match corresponding amount in the commitment |
no_encumbrance | bool | Flag to disable encumbrance, to distinguish between issue and mint flows |
{
"issuer": "zIssuerPublicKey",
"distribution": {
"value": [
{
"key": 20,
"value": 2
}
]
},
"no_encumbrance": false
}