pubMasterToPoolAuthentication abstract method

Future<Uint8List> pubMasterToPoolAuthentication({
  1. required Uint8List sk,
  2. required int poolWalletIdx,
  3. required int idx,
  4. dynamic hint,
})

Implementation

Future<Uint8List> pubMasterToPoolAuthentication(
    {required Uint8List sk,
    required int poolWalletIdx,
    required int idx,
    dynamic hint});