Skip to content

@gala-chain/chaincodeAPI


API > burnToMintProcessing

Function: burnToMintProcessing()

burnToMintProcessing(ctx, data): Promise\<void>

Parameters

ctx: GalaChainContext

data: IBurnToMintProcessing

Returns

Description

Supplemental or extended processing for a mint operation. Burn some percentage of the mint quantity in conjunction with the mint. Can be used as either a pre-mint or a post-mint operation.

Source

chaincode/src/fees/extendedFeeGateProcessing.ts:63