Skip to main content

teleport-sdk.waitforrelaytaskconfirmation

Home > teleport-sdk > waitForRelayTaskConfirmation

waitForRelayTaskConfirmation() function

Signature:
export declare function waitForRelayTaskConfirmation(taskId: string, pollingIntervalMs?: number, timeoutMs?: number): Promise<string>;

Parameters

ParameterTypeDescription
taskIdstring
pollingIntervalMsnumber(Optional)
timeoutMsnumber(Optional)
Returns:

Promise<string>