@etherspot/prime-sdk
Version:
Etherspot Prime (Account Abstraction) SDK
6 lines (5 loc) • 301 B
TypeScript
import { UserOperationStruct } from '../contracts/account-abstraction/contracts/core/BaseAccount';
import { PaymasterResponse } from './VerifyingPaymasterAPI';
export declare class PaymasterAPI {
getPaymasterAndData(userOp: Partial<UserOperationStruct>): Promise<PaymasterResponse | undefined>;
}