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
Parameter | Type | Description |
---|---|---|
sender | Signer | address that will initiate the mint transaction |
txHash | string | hash of the original transaction on teh source domain |
overrides | Overrides | (Optional) ethers.js transaction overrides |
Promise<ContractTransaction>
Promise containing the transaction sent to the Teleport contracts on the target domain
Remarks
This is only possible if canMintWithoutOracle() returns true