CodeChain-io/codechain-primitives-js

Add U64Value, U256Value type

Closed this issue · 1 comments

type U64Value = U64 | BigNumber | number | string
type U256Value = U256 | U64Value