NetworkType constructor

NetworkType({
  1. required int wif,
  2. required Bip32Type bip32,
})

Implementation

NetworkType({required this.wif, required this.bip32});