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

Function it_deploys_a_contract

web3/src/contract.rs:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90 #[tokio::test]
91 async fn it_deploys_a_contract() {
92 let response = deploy_contract(true).await;
93 }
94
95 #[tokio::test]
96 async fn it_gets_a_contract_code() {

Callers

nothing calls this directly

Calls 1

deploy_contractFunction · 0.85

Tested by

no test coverage detected