Function getVaaByTxHashWithRetry
- getVaaByTxHashWithRetry<T>(rpcUrl, txid, decodeAs, timeout): Promise<ReturnType<typeof deserialize> | null>
-
Parameters
-
rpcUrl: string
-
txid: string
-
decodeAs: T
-
timeout: number
Returns Promise<ReturnType<typeof deserialize> | null>