UNPKG

@openzeppelin/contracts-ui-builder-adapter-midnight

Version:
18 lines (14 loc) 518 B
export * from './adapter'; export { default } from './adapter'; // Default export for convenience // Re-export adapter-specific types export type { MidnightContractArtifacts } from './types/artifacts'; export { isMidnightContractArtifacts } from './types/artifacts'; export { MidnightAdapter } from './adapter'; export { midnightNetworks, midnightTestnetNetworks, // Individual networks midnightTestnet, } from './networks'; // Export adapter configuration export { midnightAdapterConfig } from './config';