9 lines
160 B
Python
9 lines
160 B
Python
# local imports
|
|
from cic_contracts.search import search
|
|
from cic_contracts.names import Name
|
|
|
|
erc165_for = search
|
|
|
|
def abi(v):
|
|
return search(v, ext='json')
|