OBJECT
BigmapValueRecord
link GraphQL Schema definition
- type BigmapValueRecord {
- # The key hash of this bigmap value
- String! :
- # The bigmap_operation_kind that created this entry
- BigmapOperationKind! :
- # The Key of this bigmap value
- Micheline! :
- # The Key of this bigmap value, in Micheline json
- String! :
- # The Key of this bigmap value, in Michelson
- String! :
- # The value of this bigmap value, in json
- Micheline :
- # The value of this bigmap value, in json
- Micheline :
- # The value of this bigmap value, in Michelson
- String :
- # The object containing the contract for this value
- AccountRecord! :
- # The object containing the source account for this value
- AccountRecord! :
- # The object containing the block defining this value
- BlockRecord! :
- # The batch position of the this value
- BigNumber! :
- # The value preceding the current one, that was updated by the current value
- BigmapValueRecord :
- # The Operation that set this BigmapValue
- OperationRecord! :
- # The Bigmap that owns this BigmapValue
- BigmapRecord! :
- }