buildMintTransaction function is used to get an unsigned transaction for minting an NFT.
Before using them, make sure to obtain a Client API Key from Coinbase Developer Platform.
Promise<BuildMintTransactionResponse>
BuildMintTransactionParams
The NFT contract address to mint from
"0x123..."
The address of the NFT recipient
"0x456..."
The token ID of the NFT to be minted
"1"
The number of NFTs to mint
1
The network to mint on
"networks/base-mainnet"
Successful response