Unshield ERC-20 tokens
Imports
import {
calculateGasPrice,
NetworkName,
TXIDVersion,
type RailgunERC20AmountRecipient,
type RailgunWalletInfo,
type TransactionGasDetails,
} from "@railgun-community/shared-models";
import {
gasEstimateForUnprovenUnshield,
generateUnshieldProof,
populateProvedUnshield,
} from "@railgun-community/wallet";
import {
getGasDetailsForTransaction,
getOriginalGasDetailsForTransaction,
serializeERC20Transfer,
} from "../util";
import { TEST_NETWORK, TEST_TOKEN } from "../../utils/constants";
import { getProviderWallet } from "../../utils/provider";Gas Estimate
Generate Proof
Populate Transaction
Example Usage
Last updated