Privatekey typedef

Privatekey = void Function(Pointer<Uint8> sk, Pointer<Uint8> seed, int index)

Implementation

typedef Privatekey = void Function(
    Pointer<Uint8> sk, Pointer<Uint8> seed, int index);