Docs

PrivateKeyWallet

Wallet interface to connect using a Private Key

Example

import { PrivateKeyWallet } from "@thirdweb-dev/wallets";
// can be any ethers.js signer
const privateKey = process.env.PRIVATE_KEY;
const wallet = new PrivateKeyWallet(privateKey);

Methods

Inherited Methods

Properties