UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

8 lines (7 loc) 284 B
export { GovernanceModule } from './module'; export { GovernanceMethod } from './method'; export { GovernanceEndpoint } from './endpoint'; export { BaseGovernableConfig } from './base_governable_config'; export * from './constants'; export * from './schema'; export * from './types';