Skip to content
New issue

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

add data deposit fee to wasm functions #1818

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

OBorce
Copy link
Contributor

@OBorce OBorce commented Sep 20, 2024

  • normalise parameter types for nft and fungible token functions

- normalise parameter types for nft and fungible token functions
@OBorce OBorce force-pushed the feature/wasm-data-deposit-fee branch from 1800597 to dff6c7b Compare September 20, 2024 19:52
Comment on lines +739 to +742
creator: Option<Vec<u8>>,
media_uri: Option<String>,
icon_uri: Option<String>,
additional_metadata_uri: Option<String>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aren't these Option<&str> and Option<&[u8]>?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the wasm bindings generator doesn't know how to handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants