We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ae2f1 commit 0b783d9Copy full SHA for 0b783d9
src/examples/example_contract.rs
@@ -32,6 +32,7 @@ use sp_std::prelude::*;
32
33
use substrate_api_client::Api;
34
35
+// Lookup the details on the event from the metadata
36
#[derive(Decode)]
37
struct ContractInstantiatedEventArgs {
38
_from: AccountId,
0 commit comments