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
/
utils
/
bigint.d.ts
2 lines
(1 loc)
•
110 B
TypeScript
View Raw
1
2
export
declare
function
parseBigintOrPercentage
(
numberOrPercentageString
:
string
,
percentOf
:
bigint
):
bigint
;