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