lotusBlsPrivateKeyToBytes
lotusBlsPrivateKeyToBytes(
priv):Uint8Array<ArrayBufferLike>
Defined in: packages/iso-filecoin/src/wallet.js:340
Lotus BLS base64 private key to bytes Lotus BLS private key is little endian so you need to reverse the byte order.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
priv | string |
Returns
Section titled “Returns”Uint8Array<ArrayBufferLike>