Closed as not planned
Description
Issue Overview
Starknet.js currently does not have any parsing ability for signed integers, we might need to implement our own parsers to process them.
Proposed Solutions or Ideas
refer these resources for information on how to do:
- https://docs.starknet.io/architecture-and-concepts/smart-contracts/serialization-of-cairo-types/#data_types_of_252_bits_or_less
- Add test and support for negative Signed integers smaller than 252 bits starknet-io/starknet.js#1014
- Add test and support for negative Signed integers smaller than 252 bits starknet-io/starknet.js#1177
Activity