cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Vasil HF changes - Add new fields specific to CIP31, CIP32, CIP33

Open satran004 opened this issue 2 years ago • 0 comments

Add Babbage era specific fields (https://github.com/input-output-hk/cardano-ledger/blob/master/eras/babbage/test-suite/cddl-files/babbage.cddl)

  • TransactionBody
    • collateral return
    • total collateral
    • reference inputs
post_alonzo_transaction_output =
  { 0 : address
  , 1 : value
  , ? 2 : datum_option ; New; datum option
  , ? 3 : script_ref   ; New; script reference
  }
transaction_witness_set =
  { ? 0: [* vkeywitness ]
  , ? 1: [* native_script ]
  , ? 2: [* bootstrap_witness ]
  , ? 3: [* plutus_v1_script ]
  , ? 4: [* plutus_data ]
  , ? 5: [* redeemer ]
  , ? 6: [* plutus_v2_script ] ; New
  }

satran004 avatar Jun 04 '22 13:06 satran004