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

Function it_sends_a_transaction

web3/src/transaction.rs:165–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163
164 #[tokio::test]
165 async fn it_sends_a_transaction() {
166 let response = send_transaction().await;
167 assert!(response.is_ok());
168 }
169
170 #[tokio::test]
171 async fn it_gets_a_transaction_receipt() {

Callers

nothing calls this directly

Calls 1

send_transactionFunction · 0.85

Tested by

no test coverage detected