OBJECT

Create_Account

link GraphQL Schema definition

  • type Create_Account 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 account was created
  • created_at: Date!
  • # Starting balance of the account
  • starting_balance: String!
  • # Public key from where the funds were loaded from
  • funder: String!
  • # TODO
  • account: String!
  • }

link Require by

This element is not required by anyone