Created
March 4, 2020 11:58
-
-
Save jimmychu0807/efedf855caea6d116e1a3a9e2f7c4c5b to your computer and use it in GitHub Desktop.
Markdium-用 Polkadot-JS API 輕鬆搭建 Substrate 前端
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// babe 組件內的常量 | |
console.log(api.consts.babe.epochDuration.toNumber()); | |
// balances 組件內的常量 | |
console.log(api.consts.balances.creationFee.toNumber()); | |
console.log(api.consts.balances.transferFee.toNumber()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment