getTransaction( … )
Fetch an XRPL transaction & metadata. Please don't use this method unless absolutely necessary: please set up your own connection to an XRPL node to fetch this information.
const txInfo = await Sdk.getTransaction(txHash);Last updated
Was this helpful?