UNPKG

abi-wan-kanabi

Version:

Abi parser for Cairo smart contracts, based on wagmi abitype

8 lines 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.call = void 0; function call(abi, f, args) { throw new Error('todo'); } exports.call = call; //# sourceMappingURL=index.js.map