Skip to content

[FR] - TxMintValue shouldn't allow multiple script witnesses per PolicyId? #769

@eddiemundo

Description

@eddiemundo

Seems like the TxMintValue constructor was changed from

MaryEraOnwards era -> Value -> BuildTxWith ctx (Map PolicyId (ScriptWitness WitCtxMint era))

to

MaryEraOnwards era -> Map PolicyId [(AssetName, Quantity, BuildTxWith build (ScriptWitness WitCtxMint era))]

which is a bit confusing because it suggests each PolicyId can have multiple script witness when AFAIK they can't. I assume that in the case multiple scripts are used for a PolicyId only the first or last one is used...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions