UNPKG

@biconomy/sdk

Version:

SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.

40 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.K1ValidatorFactoryAbi = void 0; exports.K1ValidatorFactoryAbi = [ { inputs: [ { internalType: "address", name: "eoaOwner", type: "address" }, { internalType: "uint256", name: "index", type: "uint256" }, { internalType: "address[]", name: "attesters", type: "address[]" }, { internalType: "uint8", name: "threshold", type: "uint8" } ], name: "computeAccountAddress", outputs: [ { internalType: "address payable", name: "expectedAddress", type: "address" } ], stateMutability: "view", type: "function" } ]; //# sourceMappingURL=K1ValidatorFactory.js.map