@@ -145,8 +145,6 @@ transaction_output = alonzo_transaction_output/ babbage_transaction_output
145145
146146alonzo_transaction_output = [address, amount : value, ? datum_hash : hash32]
147147
148- ; address = bytes
149- ;
150148; address format:
151149; [ 8 bit header | payload ];
152150;
@@ -177,15 +175,7 @@ alonzo_transaction_output = [address, amount : value, ? datum_hash : hash32]
177175; 1110: account address: keyhash28
178176; 1111: account address: scripthash28
179177; 1001-1101: future formats
180- address =
181- h'001000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000'
182- / h'102000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000'
183- / h'203000000000000000000000000000000000000000000000000000000033000000000000000000000000000000000000000000000000000000'
184- / h'304000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000'
185- / h'405000000000000000000000000000000000000000000000000000000087680203'
186- / h'506000000000000000000000000000000000000000000000000000000087680203'
187- / h'6070000000000000000000000000000000000000000000000000000000'
188- / h'7080000000000000000000000000000000000000000000000000000000'
178+ address = bytes
189179
190180value = coin/ [coin, multiasset<positive_coin>]
191181
@@ -375,8 +365,6 @@ pool_params =
375365
376366vrf_keyhash = hash32
377367
378- ; The real unit_interval is: #6.30([uint, uint])
379- ;
380368; A unit interval is a number in the range between 0 and 1, which
381369; means there are two extra constraints:
382370; 1. numerator <= denominator
@@ -389,12 +377,9 @@ vrf_keyhash = hash32
389377; generate random valid data for testing implementation of
390378; our encoders/decoders. Which means we cannot use the actual
391379; definition here and we hard code the value to 1/2
392- unit_interval = #6.30([1, 2 ])
380+ unit_interval = #6.30([uint, uint ])
393381
394- ; reward_account = bytes
395- reward_account =
396- h'e090000000000000000000000000000000000000000000000000000000'
397- / h'f0a0000000000000000000000000000000000000000000000000000000'
382+ reward_account = bytes
398383
399384relay = [single_host_addr// single_host_name// multi_host_name]
400385
0 commit comments