UNPKG

94 BJavaScriptView Raw
1import { Bip32 } from './bip-32'
2
3const MainnetBip32 = Bip32.Mainnet
4
5export { MainnetBip32 }