MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / it_gets_a_transaction_count

Function it_gets_a_transaction_count

web3/src/account.rs:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117
118 #[tokio::test]
119 async fn it_gets_a_transaction_count() {
120 let account = *ACCOUNT_1;
121 let response = web3().get_transaction_count(account).await;
122 assert!(response.is_ok());
123 }
124}

Callers

nothing calls this directly

Calls 2

web3Function · 0.85
get_transaction_countMethod · 0.80

Tested by

no test coverage detected