INTERFACE

History

link GraphQL Schema definition

  • interface History {
  • id: ID!
  • # Transaction id that this operation is part of
  • transaction_hash: String!
  • # Public key for the source account
  • source_account: String!
  • # Type of history
  • type: String!
  • # Timestamp when the history record was created
  • created_at: Date!
  • }