@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
117 lines • 2.79 kB
JavaScript
// THIS FILE IS GENERATED DO NOT EDIT MANUALLY
export const ABI = [
{
"inputs": [],
"name": "NotAddOnlyAppWhitelistOperator",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "appAddress",
"type": "address"
}
],
"name": "NewAppAddedToAddOnlyAppWhitelist",
"type": "event"
},
{
"inputs": [],
"name": "APP_WHITELIST_REGISTRY",
"outputs": [
{
"internalType": "contract AddOnlyAppWhitelistRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_app",
"type": "address"
}
],
"name": "addApp",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_app",
"type": "address"
}
],
"name": "isRegistered",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "purpose",
"type": "uint256"
}
],
"name": "keyHasPurpose",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
];
//# sourceMappingURL=AddOnlyAppWhitelist.js.map