Erc20SignatureMintable.mintBatch() method
Mint any number of generated tokens signatures at once
Signature:
mintBatch(signedPayloads: SignedPayload20[]): Promise<TransactionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
signedPayloads | SignedPayload20[] | the array of signed payloads to mint |
Returns:
Promise<TransactionResult>
Remarks
Mint multiple token signatures in one transaction. Note that this is only possible for free mints (cannot batch mints with a price attached to it for security reasons)