UNPKG

104 BJavaScriptView Raw
1import { PrivKey } from './priv-key'
2
3const MainnetPrivKey = PrivKey.Mainnet
4
5export { MainnetPrivKey }