Returns a bigmap with the specified Id.
Bigmap Id
Bigmap pointer
Smart contract in which's storage the bigmap is allocated
Path to the bigmap in the contract storage
List of tags ( metadata
, token_metadata
,ledger
, or null
if there are no tags)
Bigmap status (true
- active, false
- removed)
Level of the block where the bigmap was seen first time
Level of the block where the bigmap was seen last time
Total number of keys ever added to the bigmap
Total number of currently active keys
Total number of actions with the bigmap
Bigmap key type as JSON schema or Micheline, depending on the micheline
query parameter.
Bigmap value type as JSON schema or Micheline, depending on the micheline
query parameter.
Returns a list of bigmaps.
Bigmap pointer
Smart contract in which's storage the bigmap is allocated
Path to the bigmap in the contract storage
List of tags ( metadata
, token_metadata
,ledger
, or null
if there are no tags)
Bigmap status (true
- active, false
- removed)
Level of the block where the bigmap was seen first time
Level of the block where the bigmap was seen last time
Total number of keys ever added to the bigmap
Total number of currently active keys
Total number of actions with the bigmap
Bigmap key type as JSON schema or Micheline, depending on the micheline
query parameter.
Bigmap value type as JSON schema or Micheline, depending on the micheline
query parameter.