UNPKG

@biconomy/sdk

Version:

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

17 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERC7484RegistryAbi = void 0; exports.ERC7484RegistryAbi = [ { inputs: [ { internalType: "address", name: "smartAccount", type: "address" } ], name: "findTrustedAttesters", outputs: [ { internalType: "address[]", name: "attesters", type: "address[]" } ], stateMutability: "view", type: "function" } ]; //# sourceMappingURL=ERC7484RegistryAbi.js.map