Skip to content

Implement get_transaction method in SorobanRpcClient #98

Description

@Emrys02

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

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions