You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a TransactionEvaluator implementation with constant exunits values. This will be useful when developer wants to hardcode the cost instead of evaluating it at runtime.
The text was updated successfully, but these errors were encountered:
* feat: #378 Initial implementation to support PlutusV3
* chore: #378 Cost model sorting logic updated for int keys
* fix: Add redeemer only if there is no redeemer for the policy id
* feat: #402 Add Tx Evaluator implementation to return constant cost
* chore: Update PlutusV3 cost
* feat: Add fee calculation for reference script
* feat: Add withReferenceScripts() to QuickTx Builder
* feat: Take protocol param as parameter to Tx api
* refactor: Int setter for index
* feat: Script related methods added for registerDRep, unregisterDRep, createProposal, vote, vote delegation
* feat: Added plutus v3
* feat: ScriptSupplier interface
* fix: Added reference script to fix fee calculation
* chore: New overloaded methods
* chore: GovTx script transactions unit tests
* chore: cleanup
Provide a TransactionEvaluator implementation with constant exunits values. This will be useful when developer wants to hardcode the cost instead of evaluating it at runtime.
The text was updated successfully, but these errors were encountered: