UNPKG

startale-aa-sdk

Version:

SDK for startale account integration with support for account abstraction, ERC-7579, ERC-4337.

11 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scsTokenPaymasterActions = void 0; const getSupportedTokens_1 = require("./getSupportedTokens.js"); const getTokenPaymasterQuotes_1 = require("./getTokenPaymasterQuotes.js"); const scsTokenPaymasterActions = () => (client) => ({ getTokenPaymasterQuotes: async (parameters) => (0, getTokenPaymasterQuotes_1.getTokenPaymasterQuotes)(client, parameters), getSupportedTokens: async (client) => (0, getSupportedTokens_1.getSupportedTokens)(client) }); exports.scsTokenPaymasterActions = scsTokenPaymasterActions; //# sourceMappingURL=index.js.map