allow getting account nonce at arbitrary blocks, too (#1182)

This commit is contained in:
James Wilson
2023-10-02 23:10:34 +01:00
committed by GitHub
parent 958ff56596
commit e91d0c7b37
4 changed files with 41 additions and 24 deletions
-3
View File
@@ -2,9 +2,6 @@ use subxt::dynamic::Value;
use subxt::{config::PolkadotConfig, OnlineClient};
use subxt_signer::sr25519::dev;
#[subxt::subxt(runtime_metadata_path = "../artifacts/polkadot_metadata_small.scale")]
pub mod polkadot {}
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Create a client to use: