SCALAR
Micheline
Raw Micheline value represented as nested objects and arrays.
link GraphQL Schema definition
- scalar Micheline
link Require by
- AccountRecordnull
- BigMapAllocCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = alloc]`.
- BigmapKeyFilternull
- BigmapKeyFilterInBigmapnull
- BigmapKeyRecordnull
- BigmapRecordnull
- BigMapUpdateCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = update]`.
- BigmapValueFilternull
- BigmapValueRecordnull
- ContractScriptThe code and the initial storage of a contract.
- InternalRegisterGlobalConstantResultCorresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `[@kind = register_global_constant]`.
- LazyBigMapAllocCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = alloc]`.
- LazyBigMapUpdateItemnull
- MichelsonFilterProvides filters for checking equality of the property value of `Micheline` type.
- MichelsonStorageViewTypenull
- NullableLazyStorageBigMapKeyFilterProvides filters for big map key if the diff has it.
- RegisterGlobalConstantNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]`.
- ScriptedContractsThe code and the storage of a contract. Corresponds to Tezos RPC -> `$scripted.contracts`.
- StorageNotificationNotification about a new storage.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.
- TransactionParametersCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]` -> `parameters` or corresponds to Tezos RPC -> `$operation.alpha.internal_operation_result` -> `parameters`.