Add plus(), minus() functions to U256
Closed this issue · 1 comments
joojis commented
public plus(U256): U256 // throws when overflow
public minus(U256): U256 // throws when underflow
joojis commented
Moved out to the primitives package.
CodeChain-io/codechain-primitives-js#10