INTERFACE

Operation

Attributes all Stellar operations share

link GraphQL Schema definition

  • interface Operation {
  • # Operation id, assigned by Horizon
  • id: String!
  • type: OperationType!
  • # Account on which behalf operation was executed
  • sourceAccount: Account!
  • # When operations was executed
  • dateTime: DateTime!
  • # Transaction that contains this operation
  • transaction: Transaction!
  • }

link Require by