@abstract-foundation/agw-client
Version:
Abstract Global Wallet Client SDK
20 lines (19 loc) • 540 B
text/typescript
export {
type AbstractClient,
createAbstractClient,
} from '../abstractClient.js';
export { deployAccount } from '../actions/deployAccount.js';
export { transformEIP1193Provider } from '../transformEIP1193Provider.js';
export type {
CustomPaymasterHandler,
CustomPaymasterParameters,
} from '../types/customPaymaster.js';
export {
getSmartAccountAddressFromInitialSigner,
isAGWAccount,
VALID_CHAINS as validChains,
} from '../utils.js';
export {
linkablePublicActions,
linkableWalletActions,
} from '../walletActions.js';