Usage
Parameters
hashOrId(string): Transaction hash (0x...) or internal database IDbearerToken(string): Bearer token for authentication
Return Value
Returns aPromise<Transaction> with the full transaction record.
Fetches a single transaction by its hash or internal ID. Works with Vue, Angular, Svelte, and vanilla JavaScript.
hashOrId (string): Transaction hash (0x...) or internal database IDbearerToken (string): Bearer token for authenticationPromise<Transaction> with the full transaction record.