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
/
governable_config.d.ts
12 lines
(11 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
governableConfigSchema
: {
$id
:
string
;
type
:
string
;
required
:
string
[];
properties
: {
data
: {
dataType
:
string
;
fieldNumber
:
number
; }; }; };