#xrpl #tx #memo #prog #inc
When user is forming a transaction, the volume of "memos" fields (on XRPL) cannot exceed 1kB according to the docs. The limit is 1024 characters.
https://xrpl.org/transaction-common-fields.html#memos-field
This field is optional in standard solutions and usually used to comment of the transaction.
The size of 1 kB is sufficient for many non-trivial uses.
This will be useful.
Thank you for providing the additional “type” and “format” fields. I'm sure the developers of XRPL had a variety of uses in mind when they released it.
When user is forming a transaction, the volume of "memos" fields (on XRPL) cannot exceed 1kB according to the docs. The limit is 1024 characters.
https://xrpl.org/transaction-common-fields.html#memos-field
This field is optional in standard solutions and usually used to comment of the transaction.
The size of 1 kB is sufficient for many non-trivial uses.
This will be useful.
Thank you for providing the additional “type” and “format” fields. I'm sure the developers of XRPL had a variety of uses in mind when they released it.
🔥2