Unshield base token
Imports
import {
calculateGasPrice,
TXIDVersion,
type NetworkName,
type RailgunERC20Amount,
type RailgunERC20AmountRecipient,
type RailgunWalletInfo,
type TransactionGasDetails,
} from "@railgun-community/shared-models";
import { TEST_NETWORK, TEST_TOKEN } from "../../utils/constants";
import {
getGasDetailsForTransaction,
getOriginalGasDetailsForTransaction,
} from "../util";
import {
gasEstimateForUnprovenUnshieldBaseToken,
generateUnshieldBaseTokenProof,
populateProvedUnshieldBaseToken,
} from "@railgun-community/wallet";
import { getProviderWallet } from "../../utils/provider";Gas Estimate
Generate Proof
Populate Transaction
Example Usage
Last updated