SCALAR
BigNumber
Arbitrary precision integer number represented as string in JSON.
link GraphQL Schema definition
- scalar BigNumber
link Require by
- BalanceUpdateCorresponds to Tezos RPC -> `$operation_metadata.alpha.balance_updates`.
- BigMapAllocCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = alloc]`.
- BigMapCopyCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = copy]`.
- BigMapDiffBigMapFilterProvides filters for filtering big map diffs to certain big maps based on their global IDs.
- BigmapFilternull
- BigmapKeyFilternull
- BigmapRecordnull
- BigMapRemoveCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = remove]`.
- BigMapUpdateCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = update]`.
- BigmapValueFilternull
- BigmapValueRecordnull
- LazyBigMapCopyCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = copy]`.
- LazyBigMapStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]`.
- LazySaplingStateCopyCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = copy]`.
- LazySaplingStateStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]`.
- LazyStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff`.
- LazyStorageIdFilterProvides filters for filtering lazy storage diffs to certain big maps or sapling states based on their global IDs.
- OriginationNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.origination`.
- RegisterGlobalConstantNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.register_global_constant`.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.