Array of keys to query (will be encoded properly according to the schema)
Optional
block: numberoptional block level to fetch the values from
optional batch size representing the number of requests to execute in parallel
A MichelsonMap containing the keys queried in the big map and their value in a well-formatted JSON object format
Fetch multiple values in a big map All values will be fetched on the same block level. If a block is specified in the request, the values will be fetched at it. Otherwise, a first request will be done to the node to fetch the level of the head and all values will be fetched at this level. If one of the keys does not exist in the big map, its value will be set to undefined.
optional block level to fetch the values from (head will be use by default)