Replies: 1 comment 1 reply
-
can you post the rest of your code? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Discord user ID
pels.
Describe your question in detail.
I want to do some test when creating token with
0x4::token::create_numbered_token
and0x4::token::create
but I need the token_object after minting to do the test. when I use0x4::token::create_named_token
I am able to generate the token_object by usingbut anytime I tried to do that for the other method it give an error
error::not_found(EOBJECT_DOES_NOT_EXIST)
What error, if any, are you getting?
error::not_found(EOBJECT_DOES_NOT_EXIST)
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
N/A
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions