This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity 0.5.11; | |
pragma experimental ABIEncoderV2; | |
interface Xcert { | |
function create( | |
address _to, | |
uint256 _id, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"XcertMock": { | |
"abi": [ | |
{ | |
"constant": true, | |
"inputs": [ | |
{ | |
"internalType": "bytes4", | |
"name": "_interfaceID", | |
"type": "bytes4" |