UNPKG

@abstract-foundation/agw-client

Version:
20 lines (19 loc) 540 B
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';