maidsafe / sn_dbc

Safe Network DBCs
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

creates type alias Amount to use in place of u64 #80

Closed dan-da closed 3 years ago

dan-da commented 3 years ago

It's been bugging me that we use u64 everywhere for amounts. This alias would make it easier to change in the future if we ever should wish to. (with the caveat that we are presently limited to u64 by bulletproofs::RangeProof)