OBJECT
BalanceUpdate
Corresponds to Tezos RPC -> $operation_metadata.alpha.balance_updates
.
link GraphQL Schema definition
- type BalanceUpdate {
- BalanceUpdateKind! :
- BigNumber! :
- BalanceUpdateOrigin! :
- Address :
- BalanceUpdateCategory :
- Address :
- Int :
- }
link Require by
- BalanceUpdateNotificationNotification about a balance update.
- DelegationNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]` -> `metadata`.
- EndorsementNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = endorsement]` -> `metadata`.
- OriginationNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]` -> `metadata`.
- OriginationNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.origination`.
- PreendorsementNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = preendorsement]` -> `metadata`.
- RegisterGlobalConstantNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]` -> `metadata`.
- RegisterGlobalConstantNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.register_global_constant`.
- RevealNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = reveal]` -> `metadata`.
- SetDepositsLimitNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = set_deposits_limit]` -> `metadata`.
- SimpleOperationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `metadata` of simple operations where there are only `balance_updates`.
- TransactionNotificationMetadataCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]` -> `metadata`.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.