safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
24 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RestrictedMethods = exports.Methods = void 0;
var Methods;
(function (Methods) {
Methods["sendTransactions"] = "sendTransactions";
Methods["rpcCall"] = "rpcCall";
Methods["getChainInfo"] = "getChainInfo";
Methods["getSafeInfo"] = "getSafeInfo";
Methods["getTxBySafeTxHash"] = "getTxBySafeTxHash";
Methods["getSafeBalances"] = "getSafeBalances";
Methods["signMessage"] = "signMessage";
Methods["signTypedMessage"] = "signTypedMessage";
Methods["getEnvironmentInfo"] = "getEnvironmentInfo";
Methods["getOffChainSignature"] = "getOffChainSignature";
Methods["requestAddressBook"] = "requestAddressBook";
Methods["wallet_getPermissions"] = "wallet_getPermissions";
Methods["wallet_requestPermissions"] = "wallet_requestPermissions";
})(Methods = exports.Methods || (exports.Methods = {}));
var RestrictedMethods;
(function (RestrictedMethods) {
RestrictedMethods["requestAddressBook"] = "requestAddressBook";
})(RestrictedMethods = exports.RestrictedMethods || (exports.RestrictedMethods = {}));
//# sourceMappingURL=methods.js.map