Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 663 Bytes

BigMapInterface.md

File metadata and controls

12 lines (9 loc) · 663 Bytes

# BigMapInterface

Properties

Name Type Description Notes
path string Full path to the Big_map in the contract storage [optional]
name string Big_map name, if exists (field annotation) [optional]
key_schema mixed JSON Schema of the Big_map key in humanified format (as returned by API) [optional]
value_schema mixed JSON Schema of the Big_map value in humanified format (as returned by API) [optional]

[Back to Model list] [Back to API list] [Back to README]