Skip to main content

teleport-sdk.teleportbridge.mintwithoutoracles

Home > teleport-sdk > TeleportBridge > mintWithoutOracles

TeleportBridge.mintWithoutOracles() method

Mint tokens on the target domain without collecting oracle attestations

Signature:
mintWithoutOracles(sender: Signer, txHash: string, overrides?: Overrides): Promise<ContractTransaction>;

Parameters

ParameterTypeDescription
senderSigneraddress that will initiate the mint transaction
txHashstringhash of the original transaction on teh source domain
overridesOverrides(Optional) ethers.js transaction overrides
Returns:

Promise<ContractTransaction>

Promise containing the transaction sent to the Teleport contracts on the target domain

Remarks

This is only possible if canMintWithoutOracle() returns true