OBJECT

Change_Trust

link GraphQL Schema definition

  • type Change_Trust 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 change trust was created
  • created_at: Date!
  • # Type of asset
  • asset_type: String!
  • # Alphanumeric code that uniquely identifies the asset
  • asset_code: String
  • # Public key of the acount that issued the asset
  • asset_issuer: String
  • # Trustline limit for the asset
  • limit: String!
  • # Trustors public key
  • trustor: String!
  • # Trustee public key
  • trustee: String!
  • }

link Require by

This element is not required by anyone