Hello, hope you are all doing well. I am trying to create a transaction to mint an nft using Cardano serialization library the function I found yet is the
add_mint_asset_and_output_min_required_coin
and setting the add_input_key for utxo input i am getting this error
Error: expected instance of TransactionOutputAmountBuilder
i might be getting this as my transaction don’t have the output i haven’t found anything related to TransactionOutputAmountBuilder and how it might work if someone can share some links or thoughts it would be great help
https://github.com/Emurgo/cardano-serialization-lib/blob/master/doc/getting-started/minting-nfts.md
for now i am looking through this link to generate transactions