UNPKG

@abstract-foundation/agw-client

Version:
19 lines (18 loc) 660 B
export { deployAccount } from "../actions/deployAccount.js"; export { type AbstractClient, type CreateAbstractClientParameters, createAbstractClient, } from "../clients/abstractClient.js"; export { linkablePublicActions } from "../clients/decorators/linkablePublic.js"; export { linkableWalletActions } from "../clients/decorators/linkableWallet.js"; export { transformEIP1193Provider } from "../transformEIP1193Provider.js"; export type { CustomPaymasterHandler, CustomPaymasterParameters, } from "../types/customPaymaster.js"; export { getSmartAccountAddressFromInitialSigner, isAGWAccount, VALID_CHAINS as validChains, } from "../utils.js";