OBJECT

Operation

link GraphQL Schema definition

  • type Operation {
  • # Type of Stellar operation
  • op_type: String
  • # Public key for the source account
  • source_acct: String!
  • description: String
  • signatures: [Signature]
  • }

link Require by