UNPKG

@argent/x-sessions

Version:

Manage sessions for Argent X wallets

5 lines (4 loc) 257 B
export * from './utils'; export type * from './session.types'; export { signOutsideExecution, createOutsideExecutionCall, createOutsideExecutionTypedData, buildOutsideExecution, } from './outsideExecution'; export { type SignSessionError } from './errors';