ENUM

TransactionDirection

The direction the transaction was sent the transaction was sent to the same address that it came from (sent to yourself) the client sent a transaction to someone the client received a transaction from someone

link GraphQL Schema definition

  • enum TransactionDirection {
  • SELF
  • SENT
  • RECEIVED
  • }