UNPKG
@swaptoshi/governance-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr governance on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/governance-module
/
dist
/
schema
/
config.d.ts
3 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
import
{
GovernableConfigSchema
,
GovernanceModuleConfig
}
from
'../types'
;
export
declare
const
configSchema
:
GovernableConfigSchema
<
GovernanceModuleConfig
>;