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
:*: (outsValid && isInsValid &&isBalanced) -- Note that we don't need to check if transaction consumes at least one input or is null entirely as our transaction currently only has two fields, namely, inputs & outputs and if thus inputs are null, outputs are null too.
336
333
:*: updatedUTxOTreeForOutputs
337
334
)
338
335
339
336
--| Check if output has sane value.
340
337
--
341
-
-- We check if the output has at least one ada and all assets are non-negative.
338
+
-- We check if the output has at least one ada and all non-null assets have strictly positive quantity.
0 commit comments