how to calculate cost when sending NFT + datum #304
reitcircles
started this conversation in
General
Replies: 1 comment 2 replies
-
Did you try adding the I guess you are talking about minUtxo and not transaction fee (the latter is automatically calculated when building a transaction in the transaction builder) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
min_val = min_lovelace( chain_context, output=TransactionOutput(address, Value(0, my_nft)) )
How do i calculate the cost when a datum is associated with the nft (basically sending it to a Smart contract address) using the min_lovelace function ?
Beta Was this translation helpful? Give feedback.
All reactions