Closed corbanvilla closed 2 years ago
Library to convert from bytes into Solidity.
uint64
0
int64
1
string
2
3
uint256
6
true/false
7
/cib
Branch issue-36 created! Clone with: git fetch && git checkout --track origin/issue-36 Rebase develop branch changes with: git checkout issue-36 && git rebase develop
git fetch && git checkout --track origin/issue-36
develop
git checkout issue-36 && git rebase develop
Library to convert from bytes into Solidity.
Supported conversions:
uint64
(MajorType:0
)int64
(MajorType:1
)string
(MajorType:2
) (this may or may not be possible)string
(MajorType:3
)uint256
(MajorType:6
- specifically BigNum)true/false
(MajorType:7
)