UNPKG

safe-apps-sdk

Version:

SDK developed to integrate third-party apps with Safe app.

8 lines (7 loc) 225 B
import SDK from './sdk'; export default SDK; export * from './sdk'; export * from './types'; export * from './communication/methods'; export * from './communication/messageFormatter'; export { getSDKVersion } from './utils';