Skip to main content

teleport-sdk.teleportbridge.canmintwithoutoracle

Home > teleport-sdk > TeleportBridge > canMintWithoutOracle

TeleportBridge.canMintWithoutOracle() method

Check if a teleport action can be completed without oracle attestations

Signature:
canMintWithoutOracle(txHash: string): Promise<boolean>;

Parameters

ParameterTypeDescription
txHashstringhash of the initiating transaction on the source domain
Returns:

Promise<boolean>

whether the teleportation can be completed without oracle attestastions

Remarks

This is usually due to the initiating transaction being already confirmed in a target domain block and valid only for L2 -> L1 transactions, such as Arbitrum -> Ethereum Mainnet