Skip to content

Commit

Permalink
Add contract flags controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Martín S committed Aug 31, 2021
1 parent 559a4ee commit 3e67d89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions controllers/contract_flags.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const lib = require('./libv3');
const controllerIndex = "contract_flags"

function allContractFlags(context) {
return lib.genericController(controllerIndex,context);
}

module.exports = {allContractFlags}

0 comments on commit 3e67d89

Please sign in to comment.