UNPKG

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