@metamask/eip-5792-middleware
Version:
Implements the JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status, as referenced in EIP-5792
16 lines • 1.56 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.walletGetCapabilities = exports.walletGetCallsStatus = exports.walletSendCalls = exports.getCapabilities = exports.getCallsStatus = exports.processSendCalls = void 0;
var processSendCalls_1 = require("./hooks/processSendCalls.cjs");
Object.defineProperty(exports, "processSendCalls", { enumerable: true, get: function () { return processSendCalls_1.processSendCalls; } });
var getCallsStatus_1 = require("./hooks/getCallsStatus.cjs");
Object.defineProperty(exports, "getCallsStatus", { enumerable: true, get: function () { return getCallsStatus_1.getCallsStatus; } });
var getCapabilities_1 = require("./hooks/getCapabilities.cjs");
Object.defineProperty(exports, "getCapabilities", { enumerable: true, get: function () { return getCapabilities_1.getCapabilities; } });
var wallet_sendCalls_1 = require("./methods/wallet_sendCalls.cjs");
Object.defineProperty(exports, "walletSendCalls", { enumerable: true, get: function () { return wallet_sendCalls_1.walletSendCalls; } });
var wallet_getCallsStatus_1 = require("./methods/wallet_getCallsStatus.cjs");
Object.defineProperty(exports, "walletGetCallsStatus", { enumerable: true, get: function () { return wallet_getCallsStatus_1.walletGetCallsStatus; } });
var wallet_getCapabilities_1 = require("./methods/wallet_getCapabilities.cjs");
Object.defineProperty(exports, "walletGetCapabilities", { enumerable: true, get: function () { return wallet_getCapabilities_1.walletGetCapabilities; } });
//# sourceMappingURL=index.cjs.map