safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
19 lines • 723 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RPC_CALLS = void 0;
exports.RPC_CALLS = {
eth_call: 'eth_call',
eth_gasPrice: 'eth_gasPrice',
eth_getLogs: 'eth_getLogs',
eth_getBalance: 'eth_getBalance',
eth_getCode: 'eth_getCode',
eth_getBlockByHash: 'eth_getBlockByHash',
eth_getBlockByNumber: 'eth_getBlockByNumber',
eth_getStorageAt: 'eth_getStorageAt',
eth_getTransactionByHash: 'eth_getTransactionByHash',
eth_getTransactionReceipt: 'eth_getTransactionReceipt',
eth_getTransactionCount: 'eth_getTransactionCount',
eth_estimateGas: 'eth_estimateGas',
safe_setSettings: 'safe_setSettings',
};
//# sourceMappingURL=constants.js.map