sdk.redeemercontext.sortedmints
Home > @blaze-cardano/sdk > RedeemerContext > sortedMints
RedeemerContext.sortedMints property
Minting policies in canonical sorted order, with their minted assets
Signature:
sortedMints: Array<{
policyId: string;
assets: Map<string, bigint>;
}>;