Replace Balance type from UInt64 to UInt128
dastanbeksamatov opened this issue · 0 comments
dastanbeksamatov commented
Switch to UInt128
Since the issue with UInt128
in as-scale-codec
was resolved, we need to reflect the changes in Subsembly
.
Specifically:
- Currently Balance type is a
UInt64
type -> change it toUInt128
- Solve issues that will result from the change