Sign arbitary bytes similar to lotus wallet sign
lotus wallet sign
Lotus private key is little endian so you need to reverse the byte order. Use lotusBlsPrivateKeyToBytes to convert.
lotusBlsPrivateKeyToBytes
Sign arbitary bytes similar to
lotus wallet sign
Lotus private key is little endian so you need to reverse the byte order. Use
lotusBlsPrivateKeyToBytes
to convert.