contract big map key to fetch value from
Optional
schema: unknownoptional schema can either be the contract script rpc response or a michelson-encoder schema
Return a well formatted json object of the contract big map storage
Deprecated in favor of getBigMapKeyByID
https://tezos.gitlab.io/api/rpc.html#post-block-id-context-contracts-contract-id-big-map-get
Big Map ID
key to query (will be encoded properly according to the schema)
Big Map schema (can be determined using your contract type)
Optional
block: numberoptional block level to fetch the value from
Return a well formatted json object of a big map value
https://tezos.gitlab.io/api/rpc.html#get-block-id-context-big-maps-big-map-id-script-expr
Big Map ID
Array of keys to query (will be encoded properly according to the schema)
Big Map schema (can be determined using your contract type)
Optional
block: numberoptional block level to fetch the values from
Optional
batchSize: numberoptional batch size representing the number of requests to execute in parallel
An object containing the keys queried in the big map and their value in a well-formatted JSON object format
contract address you want to get the storage from
Optional
schema: unknownoptional schema can either be the contract script rpc response or a michelson-encoder schema
Return a well formatted json object of the contract storage
https://tezos.gitlab.io/api/rpc.html#get-block-id-context-contracts-contract-id-script
contract address you want to get the storage from