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
; Flat Array support is included for backwards compatibility and will be removed in the next era.
; It is recommended for tools to adopt using a Map instead of Array going forward.
redeemers =
[ + [ tag: redeemer_tag, index: uint, data: plutus_data, ex_units: ex_units ] ]
/ { + [ tag: redeemer_tag, index: uint ] => [ data: plutus_data, ex_units: ex_units ] }
The text was updated successfully, but these errors were encountered:
satran004
changed the title
[Conway] Add new security related protocol params
[Conway] Add new security related protocol params / Changes in CDDL
Feb 22, 2024
Verify and add any missing protocol params
Update to support new redeemer structure
The text was updated successfully, but these errors were encountered: