UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

10 lines (9 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymasterAPI = void 0; class PaymasterAPI { async getPaymasterAndData(userOp) { return { result: { paymasterAndData: '0x', verificationGasLimit: '0x', preVerificationGas: '0x', callGasLimit: '0x' } }; } } exports.PaymasterAPI = PaymasterAPI;