Skip to main content
Version: Next

tx.redeemercontext.sortedmints

Home > @blaze-cardano/tx > RedeemerContext > sortedMints

RedeemerContext.sortedMints property

Minting policies in canonical sorted order, with their minted assets

Signature:

sortedMints: Array<{
policyId: string;
assets: Map<string, bigint>;
}>;