UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

196 lines 4.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPONENT_LIST_ABI = [ { constant: false, inputs: [], name: 'renounceOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'owner', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_newOwner', type: 'address', }, ], name: 'transferOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, ], name: 'OwnershipRenounced', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, { indexed: true, name: 'newOwner', type: 'address', }, ], name: 'OwnershipTransferred', type: 'event', }, { anonymous: false, inputs: [ { indexed: false, name: '_name', type: 'bytes32', }, { indexed: false, name: '_version', type: 'string', }, { indexed: false, name: '_componentAddress', type: 'address', }, ], name: 'ComponentUpdated', type: 'event', }, { constant: false, inputs: [ { name: '_name', type: 'bytes32', }, { name: '_componentAddress', type: 'address', }, ], name: 'setComponent', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '_name', type: 'bytes32', }, { name: '_version', type: 'string', }, ], name: 'getComponent', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_name', type: 'bytes32', }, ], name: 'getLatestComponent', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_names', type: 'bytes32[]', }, ], name: 'getLatestComponents', outputs: [ { name: '', type: 'address[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_name', type: 'bytes32', }, ], name: 'getComponentVersions', outputs: [ { name: 'results', type: 'bytes32[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, ]; //# sourceMappingURL=ComponentList.js.map