UNPKG

@mavrykdynamics/taquito

Version:

High level functionality that builds upon the other packages in the Mavryk Typescript Library Suite.

28 lines (27 loc) 725 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_LAMBDA = void 0; const code = [ { prim: 'parameter', args: [ { prim: 'lambda', args: [ { prim: 'unit' }, { prim: 'pair', args: [{ prim: 'list', args: [{ prim: 'operation' }] }, { prim: 'unit' }], }, ], }, ], }, { prim: 'storage', args: [{ prim: 'unit' }] }, { prim: 'code', args: [[{ prim: 'CAR' }, { prim: 'UNIT' }, { prim: 'EXEC' }]] }, ]; const storage = 'Unit'; exports.VIEW_LAMBDA = { code, storage };