UNPKG

@safe-global/api-kit

Version:

SDK that facilitates the interaction with the Safe Transaction Service API

6 lines 255 B
import SafeApiKit, { SafeApiKitConfig } from './SafeApiKit'; export * from './types/safeTransactionServiceTypes'; export { SafeApiKitConfig }; export { HttpError } from './utils/httpRequests'; export default SafeApiKit; //# sourceMappingURL=index.d.ts.map