I'm Looking to learn about component model, where can someone learn the specifics of the format/bytes that are passed into components? For instance if a string and and an integer are passed to a component function hello, how exactly are the bytes and data formatted?
I think you're looking for CanonicalABI.md
which is somewhat high level but is the current specification about everything ranging from byte layouts to string encodings and such
Last updated: Nov 22 2024 at 16:03 UTC