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
Parameter | Type | Description |
---|---|---|
txHash | string | hash of the initiating transaction on the source domain |
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