safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
19 lines (18 loc) • 676 B
TypeScript
export declare enum Methods {
sendTransactions = "sendTransactions",
rpcCall = "rpcCall",
getChainInfo = "getChainInfo",
getSafeInfo = "getSafeInfo",
getTxBySafeTxHash = "getTxBySafeTxHash",
getSafeBalances = "getSafeBalances",
signMessage = "signMessage",
signTypedMessage = "signTypedMessage",
getEnvironmentInfo = "getEnvironmentInfo",
getOffChainSignature = "getOffChainSignature",
requestAddressBook = "requestAddressBook",
wallet_getPermissions = "wallet_getPermissions",
wallet_requestPermissions = "wallet_requestPermissions"
}
export declare enum RestrictedMethods {
requestAddressBook = "requestAddressBook"
}