Skip to content

Commit

Permalink
Add test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jun 12, 2024
1 parent a3dd2e2 commit 443acd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/wasm/examples/wasm_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ use std::process::ExitCode;
use substrate_api_client::ac_primitives::{AssetRuntimeConfig, ExtrinsicSigner};

fn main() -> Result<ExitCode, i32> {
// This test is not yet very sophisticated and not exhaustive.
// Still it shows how some basic data structures can be constructed and used.
let alice: sr25519::Pair = Pair::from_string(
"0xe5be9a5092b81bca64be81d212e7f2f9eba183bb7a90954f7b76361f6edb5c0a",
None,
Expand Down

0 comments on commit 443acd4

Please sign in to comment.