@wagmi/core
Version:
VanillaJS library for Ethereum
16 lines (14 loc) • 543 B
text/typescript
////////////////////////////////////////////////////////////////////////////////
// Tempo
////////////////////////////////////////////////////////////////////////////////
/** biome-ignore-all lint/performance/noReExportAll: entrypoint */
// biome-ignore lint/performance/noBarrelFile: entrypoint module
export * as Actions from '../tempo/actions/index.js'
export {
type Dangerous_Secp256k1Parameters,
dangerous_secp256k1,
type TempoWalletParameters,
tempoWallet,
type WebAuthnParameters,
webAuthn,
} from '../tempo/Connectors.js'