OBJECT

AccountMergeOperation

link GraphQL Schema definition

  • type AccountMergeOperation implements 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!
  • # The account that receives the remaining XLM balance of the source account
  • destination: Account!
  • }

link Require by

This element is not required by anyone