Allow adding metadata about the primitive integer types so the language author can choose to support generating the corresponding interfaces.
For example, CKB uses a lot little-endian integers but they are just binaries in the molecule schema file. So every SDK to support CKB molecule structures must implement these integer fields manually.
Allow adding metadata about the primitive integer types so the language author can choose to support generating the corresponding interfaces.
For example, CKB uses a lot little-endian integers but they are just binaries in the molecule schema file. So every SDK to support CKB molecule structures must implement these integer fields manually.