return sc_error!(error_msg) probably
vwd858791848 activity
vwd858791848 commented on Another question: let's say I have a MapMapper that holds 50k+ keys and values. How to query all key-value pairs from outside of the contract? Can I somehow effectively export this data once? In classical backend app I would just use pagination and query them in batches. However, I am not sure that ... Read more
Guys, I would appreciate any hints on reading large amounts of information from the contract storage. Are there any best practices?