signHash abstract method

Future<Uint8List> signHash(
  1. Uint8List hash32
)

Sign a raw 32-byte hash. Returns 65-byte signature (r + s + v).

Implementation

Future<Uint8List> signHash(Uint8List hash32);