UNPKG

@thirdweb-dev/contracts-js

Version:
41 lines 724 B
[ { "type": "function", "name": "operatorRestriction", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "setOperatorRestriction", "inputs": [ { "name": "_restriction", "type": "bool", "internalType": "bool" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "event", "name": "OperatorRestriction", "inputs": [ { "name": "restriction", "type": "bool", "indexed": false, "internalType": "bool" } ], "anonymous": false } ]