UNPKG

104 BJavaScriptView Raw
1import { KeyPair } from './key-pair'
2
3const MainnetKeyPair = KeyPair.Mainnet
4
5export { MainnetKeyPair }