OBJECT
SimpleOperationMetadata
Corresponds to Tezos RPC -> $operation.alpha.operation_contents_and_result
-> metadata
of simple operations where there are only balance_updates
.
link GraphQL Schema definition
- type SimpleOperationMetadata {
- BalanceUpdate!]! : [
- }
link Require by
- ActivateAccountNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = activate_account]`.
- DoubleBakingEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = double_baking_evidence]`.
- DoubleEndorsementEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = double_endorsement_evidence]`.
- DoublePreendorsementEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = preendorsement]`.
- SeedNonceRevelationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = seed_nonce_revelation]`.