@@ -438,7 +438,7 @@ A Transaction structure is considered *valid* if:
...
@@ -438,7 +438,7 @@ A Transaction structure is considered *valid* if:
*`IN_INDEX` must be an integer value
*`IN_INDEX` must be an integer value
*`UL_CONDITIONS` must be a valid [Input Condition](#input-condition)
*`UL_CONDITIONS` must be a valid [Input Condition](#input-condition)
* Field `Outputs` is a multiline field whose lines follow `AMOUNT:BASE:CONDITIONS` format:
* Field `Outputs` is a multiline field whose lines follow `AMOUNT:BASE:CONDITIONS` format:
*`AMOUNT` must be an integer value
*`AMOUNT` must be an integer value. If `HEAD.version >= 12`, then `AMOUNT` must be greater than or equal to `100`.
*`BASE` must be an integer value
*`BASE` must be an integer value
*`CONDITIONS` must be a valid [Output Condition](#output-condition)
*`CONDITIONS` must be a valid [Output Condition](#output-condition)
* Field `Comment` is a string of maximum 255 characters, exclusively composed of alphanumeric characters, space, `-`, `_`, `:`, `/`, `;`, `*`, `[`, `]`, `(`, `)`, `?`, `!`, `^`, `+`, `=`, `@`, `&`, `~`, `#`, `{`, `}`, `|`, `\`, `<`,`>`, `%`, `.`. Must be present even if empty.
* Field `Comment` is a string of maximum 255 characters, exclusively composed of alphanumeric characters, space, `-`, `_`, `:`, `/`, `;`, `*`, `[`, `]`, `(`, `)`, `?`, `!`, `^`, `+`, `=`, `@`, `&`, `~`, `#`, `{`, `}`, `|`, `\`, `<`,`>`, `%`, `.`. Must be present even if empty.
...
@@ -462,9 +462,11 @@ It follows a machine-readable BNF grammar composed of
...
@@ -462,9 +462,11 @@ It follows a machine-readable BNF grammar composed of