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
/
constants
/
proposal.d.ts
5 lines
(4 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
MAX_LENGTH_PROPOSAL_SUMMARY
=
1000
;
export
declare
const
MAX_LENGTH_PROPOSAL_TITLE
=
100
;
export
declare
const
MAX_PROPOSAL_QUEUE_PER_BLOCK
=
10
;
export
declare
const
VOTE_DATA_MAX_LENGTH
=
256
;