pub async fn retrieve_tx_on_network<GatewayProxy: GatewayAsyncService>(
proxy: &GatewayProxy,
tx_hash: String,
) -> (TransactionOnNetwork, ReturnCode)
Expand description
Retrieves a transaction from the network.
pub async fn retrieve_tx_on_network<GatewayProxy: GatewayAsyncService>(
proxy: &GatewayProxy,
tx_hash: String,
) -> (TransactionOnNetwork, ReturnCode)
Retrieves a transaction from the network.