You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InitializeMint and Balance do NOT have any member, but Mint and Transfer have a u64 member, I am confused and don't know how to prepare the schema for this kind of enum.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Hello everyone, I have a Variant Enum in Rust like this:
InitializeMint
andBalance
do NOT have any member, butMint
andTransfer
have a u64 member, I am confused and don't know how to prepare the schema for this kind of enum.Thank you so much.
The text was updated successfully, but these errors were encountered: