CodeChain-io/codechain-sdk-js

Introduce U256Value type

Closed this issue · 1 comments

type U256Value = U256 | BigNumber | number | string

Moved out to the primitives package.
CodeChain-io/codechain-primitives-js#12