toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'hexPrivateKey': hexPrivateKey.value,
      'hexPublicKey': hexPublicKey.value,
      'wif': wif.value,
      'address': address.value,
      'seed': seed,
      'mnemonic': mnemonic
    };