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 {
  • balance_updates: [BalanceUpdate!]!
  • }