tuminfei / icrc7_launchpad

An example implementation of ICRC7 containing ICRC37 and ICRC3 standards.
MIT License
6 stars 2 forks source link

candid export failure #4

Open cocochengang opened 3 weeks ago

cocochengang commented 3 weeks ago

Hi, tuminfei, when I execute the following code: candid-extractor target/wasm32-unknown-unknown/release/icrc7.wasm > icrc7.did The generated file is empty.
I didn't figure out what was wrong, so any help would be appreciated, thanks!

tuminfei commented 3 weeks ago

got it, thx

tuminfei commented 2 weeks ago

I guess it's because of the conflict between candid::export_candid and candid::export_service methods. I'm still trying to find a solution.