CocDap
CocDap
Hello, I try to write a test case for checking function fetch_github_info in offchain worker. But it failed. ``` #[test] fn fetch_submit_info_works() { let (mut t, _, _) = ExternalityBuilder::build();...
When I read recipes code or others substrate code. I saw that in every pallets has **types.json**. types.json contains information about storage when we declare in decl_module!. I dont know...
Hi team! **Context** I have successfully implemented transaction calls for each element in an array using the `KeyPair` Signer. You can review the working implementation in my script here: https://github.com/plats-network/SUI-hackathon/blob/feat/update-script/contracts/scripts/batch-mint.js#L20....