link GraphQL Schema definition
- type AllowTrustOperation 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 account of the recipient of the trustline
- : Account!
- # Flag indicating whether the trustline is authorized
- : Boolean!
- # The asset of the trustline the source account is authorizing
- : Asset!
- }
link Require by
This element is not required by anyone