Replies: 3 comments
-
Hey @Atharv-02 ,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
why cant I pass string in bytes32 ?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @Atharv-02 , We can't pass string in Bytes32 because Bytes32 type is a fixed-size byte array that can store exactly 32 bytes of data . It is commonly used to represent fixed-size data, such as hashes or identifiers, and it is not designed to handle variable-length data like strings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please tell me why is the add person function not working
Beta Was this translation helpful? Give feedback.
All reactions