OBJECT
BigmapRecord
link GraphQL Schema definition
- type BigmapRecord {
- # The annotation of bigmap in contract
- String :
- Micheline! :
- Micheline :
- # A Micheline json string describing the type of keys for this Bigmap
- String! :
- # A Michelson string describing the type of keys for this Bigmap
- String! :
- # A Micheline json string describing the type of values for this Bigmap
- String! :
- # A Michelson string describing the type of values for this Bigmap
- String! :
- # The object containing the contract defining this Bigmap
- AccountRecord :
- # The block defining this bigmap
- BlockRecord! :
- # The id of this bigmap
- BigNumber! :
- # The batch position of this bigmap
- BigNumber! :
- # The operation that allocated this bigmap
- OperationRecord :
- # The array containing the keys inside this bigmap
- #
- # Arguments
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # filter: [Not documented]
- # order_by: [Not documented]
- (
- Cursor, :
- Cursor, :
- Int, :
- Int, :
- BigmapKeyFilterInBigmap, :
- BigmapKeyOrderByInput :
- ): BigmapKeyRecordConnection!
- }