@base-org/account
Version:
Base Account SDK
7 lines • 1.04 kB
TypeScript
export type { AppMetadata, Preference, ProviderInterface } from './core/provider/interface.js';
export { createBaseAccountSDK } from './interface/builder/core/createBaseAccountSDK.js';
export { getCryptoKeyAccount, removeCryptoKey } from './kms/crypto-key/index.js';
export { PACKAGE_VERSION as VERSION } from './core/constants.js';
export { CHAIN_IDS, TOKENS, base, charge, getOrCreateSubscriptionOwnerWallet, getPaymentStatus, getSubscriptionStatus, pay, prepareCharge, subscribe, } from './interface/payment/index.node.js';
export type { ChargeOptions, ChargeResult, GetOrCreateSubscriptionOwnerWalletOptions, GetOrCreateSubscriptionOwnerWalletResult, InfoRequest, PayerInfo, PayerInfoResponses, PaymentOptions, PaymentResult, PaymentStatus, PaymentStatusOptions, PaymentStatusType, PaymentSuccess, PrepareChargeCall, PrepareChargeOptions, PrepareChargeResult, SubscriptionOptions, SubscriptionResult, SubscriptionStatus, SubscriptionStatusOptions, } from './interface/payment/index.node.js';
//# sourceMappingURL=index.node.d.ts.map