UNPKG

viem

Version:

TypeScript Interface for Ethereum

12 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.walletActionsErc7715 = walletActionsErc7715; const grantPermissions_js_1 = require("../actions/grantPermissions.js"); function walletActionsErc7715() { return (client) => { return { grantPermissions: (parameters) => (0, grantPermissions_js_1.grantPermissions)(client, parameters), }; }; } //# sourceMappingURL=erc7715.js.map