UNPKG

@safe-global/api-kit

Version:

SDK that facilitates the interaction with the Safe Transaction Service API

10 lines 294 B
import SafeApiKit, { SafeApiKitConfig } from './SafeApiKit'; export * from './types/safeTransactionServiceTypes'; export { SafeApiKitConfig }; export default SafeApiKit; declare module 'abitype' { interface Register { AddressType: string; } } //# sourceMappingURL=index.d.ts.map