Shield base token
Imports
import { type HDNodeWallet, type Wallet } from "ethers";
import {
getGasDetailsForTransaction,
getShieldSignature,
serializeERC20Transfer,
} from "../util";
import {
NETWORK_CONFIG,
NetworkName,
TXIDVersion,
type RailgunERC20AmountRecipient,
} from "@railgun-community/shared-models";
import {
gasEstimateForShieldBaseToken,
populateShieldBaseToken,
} from "@railgun-community/wallet";
import { TEST_NETWORK, TEST_TOKEN } from "../../utils/constants";
import { getProviderWallet } from "../../utils/provider";Gas Estimate
Populate Transaction
Example Usage
Last updated