OBJECT

Home_Domain

link GraphQL Schema definition

  • type Home_Domain implements 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!
  • # Home domain for the account
  • home_domain: String!
  • }

link Require by

This element is not required by anyone