How to call the canister by dfx using candid file?

dfx cannot fetch did files for external canisters. We are adding better support for this. For now, the work around is to put type annotations for all numbers, e.g. amount=record {e8s=110000:nat64}

3 Likes