link GraphQL Schema definition
- type ChangeTrustOperation implements Operation {
- # Operation id, assigned by Horizon
- : String!
- : OperationType!
- # Account on which behalf operation was executed
- : Account!
- # When operations was executed
- : DateTime!
- # Transaction that contains this operation
- : Transaction!
- # The limit of the trustline
- : String!
- # The asset of the trustline
- : Asset!
- }
link Require by
This element is not required by anyone