pubMasterToWalletHardened abstract method

Future<Uint8List> pubMasterToWalletHardened({
  1. required Uint8List master,
  2. required int idx,
  3. dynamic hint,
})

Implementation

Future<Uint8List> pubMasterToWalletHardened(
    {required Uint8List master, required int idx, dynamic hint});