UNPKG

tempwallet-sdk

Version:

Helpers for single-use (temporary) EVM flows: ephemeral EOAs, Safe builders, Permit2 signature skeleton, sweep & gas estimates. No infra included.

9 lines 241 B
export * from "./types"; export * from "./utils"; export * from "./errors"; export * from "./wallet"; export * from "./sweep"; export * from "./estimate"; export * from "./permit2"; export * from "./safe"; //# sourceMappingURL=index.d.ts.map