We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creator_token_remark
The text was updated successfully, but these errors were encountered:
syntax = "proto2"; message TokenMetadata { optional string name = 1; // Title optional string description = 2; // token description oneof avatar { uint32 avatar_object = 3; // avatar for token - index into external [assets array](#.Assets) string avatar_uri = 4; // Url to member's avatar } repeated Benefit benefits = 5; // benefits for tokne optional string whitelist_application_note = 6; // note for applicant optional string whitelist_application_apply_link = 7; // link to application process } message Benefit { optional string title = 1; optional string description = 2; optional string emoji = 3; uint32 display_order = 4; } message SaleMetadata { optional string terms_and_conditions = 1 }
Sorry, something went wrong.
symbol should be added. Addressed in #4871
crt-1
ignazio-bovo
No branches or pull requests
creator_token_remark
extrinsic for metadata supportpublishpatch protobuf package with new metadata for CRT?The text was updated successfully, but these errors were encountered: