Skip to content

Commit

Permalink
Rename abi to ABI to avoid name clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Feb 7, 2017
1 parent b784a5d commit b3e5913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-ens-abi-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Encoding type 8 indicates that the ABI can be found elsewhere, at the specified
### Resolver profile
A new resolver interface is defined, consisting of the following method:

function abi(bytes32 node, uint256 contentType) constant returns (uint256, bytes);
function ABI(bytes32 node, uint256 contentType) constant returns (uint256, bytes);

The interface ID of this interface is 0x83ee6bd2.
The interface ID of this interface is 0x2203ab56.

contentType is a bitfield, and is the bitwise OR of all the encoding types the caller will accept. Resolvers that implement this interface must return an ABI encoded using one of the requested formats, or `(0, "")` if they do not have an ABI for this function, or do not support any of the requested formats.

Expand Down

0 comments on commit b3e5913

Please sign in to comment.