@openzeppelin/ui-builder-adapter-stellar
Version:
Stellar Adapter for UI Builder
19 lines (15 loc) • 492 B
text/typescript
// Re-export the main adapter class
export { StellarAdapter } from './adapter';
// Re-export adapter-specific types
export type { StellarContractArtifacts } from './types/artifacts';
export { isStellarContractArtifacts } from './types/artifacts';
export {
stellarNetworks,
stellarMainnetNetworks,
stellarTestnetNetworks,
// Individual networks
stellarPublic,
stellarTestnet,
} from './networks';
// Export adapter configuration
export { stellarAdapterConfig } from './config';