getWotsPubSeed method

Uint8List? getWotsPubSeed()

Implementation

Uint8List? getWotsPubSeed() =>
    _wots?.sublist(WOTS.WOTSSIGBYTES, WOTS.WOTSSIGBYTES + 32);