@0xsplits/splits-sdk
Version:
SDK for the 0xSplits protocol
20 lines • 638 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.reverseRecordsAbi = void 0;
exports.reverseRecordsAbi = [
{
inputs: [{ internalType: 'contract ENS', name: '_ens', type: 'address' }],
stateMutability: 'nonpayable',
type: 'constructor',
},
{
inputs: [
{ internalType: 'address[]', name: 'addresses', type: 'address[]' },
],
name: 'getNames',
outputs: [{ internalType: 'string[]', name: 'r', type: 'string[]' }],
stateMutability: 'view',
type: 'function',
},
];
//# sourceMappingURL=reverseRecords.js.map