@ethereumjs/util / bigIntToUnpaddedBytes
bigIntToUnpaddedBytes(
value
):Uint8Array
Defined in: packages/util/src/bytes.ts:374
Convert value from bigint to an unpadded Uint8Array (useful for RLP transport)
bigint
the bigint to convert
Uint8Array