Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 arbitrary order in map MapMapper will allow me to do it. Any hints?