UNPKG

burner-connector

Version:
10 lines 357 B
import type { Hex } from "viem"; export declare const burnerWalletId: "burnerWallet"; export declare const burnerWalletName: "Burner Wallet"; /** * Gets the current burner private key from local/session storage */ export declare const loadBurnerPK: ({ useSessionStorage }?: { useSessionStorage?: boolean; }) => Hex; //# sourceMappingURL=index.d.ts.map