OBJECT

AllowTrustOperation

link GraphQL Schema definition

  • type AllowTrustOperation implements Operation {
  • # Operation id, assigned by Horizon
  • id: String!
  • type: OperationType!
  • # Account on which behalf operation was executed
  • sourceAccount: Account!
  • # When operations was executed
  • dateTime: DateTime!
  • # Transaction that contains this operation
  • transaction: Transaction!
  • # The account of the recipient of the trustline
  • trustor: Account!
  • # Flag indicating whether the trustline is authorized
  • authorize: Boolean!
  • # The asset of the trustline the source account is authorizing
  • asset: Asset!
  • }

link Require by

This element is not required by anyone