Skip to main content

teleport-sdk.teleportbridge.waitforrelaytask

Home > teleport-sdk > TeleportBridge > waitForRelayTask

TeleportBridge.waitForRelayTask() method

Wait for a relayed transaction to go through

Signature:
waitForRelayTask(taskId: string, pollingIntervalMs?: number, timeoutMs?: number): Promise<string>;

Parameters

ParameterTypeDescription
taskIdstringrelayer task ID
pollingIntervalMsnumber(Optional)
timeoutMsnumber(Optional)
Returns:

Promise<string>