UNPKG

opstack-kit-chains

Version:
12 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLogProof = void 0; async function getLogProof(client, parameters) { const result = await client.request({ method: 'zks_getL2ToL1LogProof', params: [parameters.txHash, parameters.index], }); return result; } exports.getLogProof = getLogProof; //# sourceMappingURL=getLogProof.js.map