Skip to main content

Edition.getMintTransaction() method

Construct a mint transaction without executing it. This is useful for estimating the gas cost of a mint transaction, overriding transaction options and having fine grained control over the transaction execution.

Signature:

getMintTransaction(receiver: string, metadataWithSupply: EditionMetadataOrUri): Promise<import("../..").TransactionTask>;

Parameters

ParameterTypeDescription
receiverstringAddress you want to send the token to
metadataWithSupplyEditionMetadataOrUriThe metadata of the NFT you want to mint

Returns:

Promise<import("../..").TransactionTask>