UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

17 lines (16 loc) 446 B
export const 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', }, ] as const