catsCreateCatPuzzle abstract method

Future<Uint8List> catsCreateCatPuzzle({
  1. required Uint8List tailHash,
  2. required Uint8List innerPuzzleHash,
  3. dynamic hint,
})

Implementation

Future<Uint8List> catsCreateCatPuzzle(
    {required Uint8List tailHash,
    required Uint8List innerPuzzleHash,
    dynamic hint});