UNPKG

@reservoir0x/relay-sdk

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

6 lines 231 B
export type TenderlyErrorInfo = { error_message?: string; address?: string; }; export declare const getTenderlyDetails: (txHash: string) => Promise<TenderlyErrorInfo | null>; //# sourceMappingURL=getTenderlyDetails.d.ts.map