From 88f9fa20d2024d881e94c0236d1a66ea0198c631 Mon Sep 17 00:00:00 2001 From: haerdib Date: Mon, 16 Sep 2024 09:14:59 +0200 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47eb8a250..be96c47e2 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ The following sync examples can be found in the [sync examples](/examples/sync/e * [transfer_with_tungstenite_client](/examples/sync/examples/transfer_with_tungstenite_client.rs): Transfer tokens by using a wrapper of compose_extrinsic with an account generated with a seed. * [transfer_with_ws_client](/examples/sync/examples/transfer_with_ws_client.rs): Transfer tokens by using a wrapper of compose_extrinsic with an account generated with a seed. +More, less well documented calls can be found in the testing crate. ## `no_std` build Almost everything in the api-client, except for the [rpc-clients](https://github.com/scs/substrate-api-client/tree/master/src/rpc) and a few additional features, is `no_std` compatible.