programTreeHash abstract method

Future<U8Array32> programTreeHash({
  1. required Uint8List serProgramBytes,
  2. dynamic hint,
})

Implementation

Future<U8Array32> programTreeHash(
    {required Uint8List serProgramBytes, dynamic hint});