UNPKG

barterjs-sdk

Version:
13 lines (12 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.callContract = void 0; function callContract(contractAddress, args, methodName) { switch (methodName) { case 'transferOutToken': case 'asdf': default: throw new Error(`unknown method ${methodName}`); } } exports.callContract = callContract;