teleport-sdk.relaymintwithoraclesopts
Home > teleport-sdk > RelayMintWithOraclesOpts
RelayMintWithOraclesOpts type
Signature:export declare type RelayMintWithOraclesOpts = RequestRelayOpts & {
pollingIntervalMs?: number;
timeoutMs?: number;
onRelayTaskCreated?: (taskId: string) => void;
};