safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
16 lines (15 loc) • 710 B
TypeScript
export declare const RPC_CALLS: {
readonly eth_call: "eth_call";
readonly eth_gasPrice: "eth_gasPrice";
readonly eth_getLogs: "eth_getLogs";
readonly eth_getBalance: "eth_getBalance";
readonly eth_getCode: "eth_getCode";
readonly eth_getBlockByHash: "eth_getBlockByHash";
readonly eth_getBlockByNumber: "eth_getBlockByNumber";
readonly eth_getStorageAt: "eth_getStorageAt";
readonly eth_getTransactionByHash: "eth_getTransactionByHash";
readonly eth_getTransactionReceipt: "eth_getTransactionReceipt";
readonly eth_getTransactionCount: "eth_getTransactionCount";
readonly eth_estimateGas: "eth_estimateGas";
readonly safe_setSettings: "safe_setSettings";
};