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
https://docs.lukso.tech/learn/smart-contract-developers/retrieve-token-type#implementation
We should add a solidity function call which shows how to query this data.
Right now it says basically:
Here is the key _LSP4_TOKEN_TYPE_DATA_KEY use getData and deal with it. Good luck my friend.
_LSP4_TOKEN_TYPE_DATA_KEY
getData
So let's add something like:
import {ERC725YCore} from "@erc725/smart-contracts/contracts/ERC725YCore.sol"; // ... bytes memory tokenTypeDataKey = ERC725YCore._getData( _LSP4_TOKEN_TYPE_DATA_KEY);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://docs.lukso.tech/learn/smart-contract-developers/retrieve-token-type#implementation
We should add a solidity function call which shows how to query this data.
Right now it says basically:
Here is the key
_LSP4_TOKEN_TYPE_DATA_KEY
usegetData
and deal with it. Good luck my friend.So let's add something like:
The text was updated successfully, but these errors were encountered: