Querying transaction status allows the client to determine if a submitted Soroban invocation succeeded or failed on the network.
Implementation Guidelines
Key Files: crates/core/src/network/rpc.rs.
- Add an
async fn get_transaction(&self, hash: &str) method executing the getTransaction JSON-RPC call via the reqwest client.
Expectations
What done looks like: The client successfully queries and retrieves JSON detailing transaction execution status.
For any question, reach me on Discord: emry_ss
Querying transaction status allows the client to determine if a submitted Soroban invocation succeeded or failed on the network.
Implementation Guidelines
Key Files:
crates/core/src/network/rpc.rs.async fn get_transaction(&self, hash: &str)method executing thegetTransactionJSON-RPC call via thereqwestclient.Expectations
What done looks like: The client successfully queries and retrieves JSON detailing transaction execution status.
For any question, reach me on Discord: emry_ss