Skip to content

Commit

Permalink
Merge branch 'feat/update-bundler-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 13, 2024
2 parents d198679 + 2c639f9 commit d6544d5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/account/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ export * from "./utils/Constants.js";
export * from "./utils/Utils.js";
export * from "./BiconomySmartAccountV2.js";

export { WalletClientSigner, LocalAccountSigner, type SmartAccountSigner } from "@alchemy/aa-core";
export {
WalletClientSigner,
LocalAccountSigner,
type SmartAccountSigner,
type UserOperationStruct,
type UserOperationReceipt,
} from "@alchemy/aa-core";
export {
BiconomyPaymaster as Paymaster,
type IPaymaster,
Expand All @@ -15,6 +21,10 @@ export {
type PaymasterFeeQuote,
type SponsorUserOperationDto,
type FeeQuotesOrDataResponse,
type Transaction,
type BiconomyTokenPaymasterRequest,
type PaymasterAndDataResponse,
type PaymasterConfig,
createPaymaster,
} from "@biconomy/paymaster";
export { EthersSigner, convertSigner, type LightSigner, type SupportedSigner } from "@biconomy/common";
Expand All @@ -25,6 +35,10 @@ export {
type UserOpResponse,
type UserOpStatus,
type UserOpReceipt,
type UserOpByHashResponse,
type EstimateUserOpGasResponse,
type UserOpGasResponse,
type GasFeeValues,
createBundler,
} from "@biconomy/bundler";
export {
Expand Down

0 comments on commit d6544d5

Please sign in to comment.