Int type uses LE as default in the toHex
#5966
Labels
P3 - Low
Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
toHex
#5966
isLe = false
should beisLe = true
here.totalIssuance.toHex()
returns big-endian encoding by default, which will differ from what u8aToHex returns.api/packages/types-codec/src/abstract/Int.ts
Lines 188 to 195 in 25ab1d1
output:
If the storage is defined as
eraReward(u32): u128
, to the data byentriesPaged
, it is not the real storage key and value.The text was updated successfully, but these errors were encountered: