safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
20 lines (18 loc) • 635 B
text/typescript
export 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 enum RestrictedMethods {
requestAddressBook = 'requestAddressBook',
}