OBJECT
Change_Trust
link GraphQL Schema definition
- type Change_Trust implements History {
- : ID!
- # Transaction id that this operation is part of
- : String!
- # Public key for the source account
- : String!
- # Type of history
- : String!
- # Timestamp when the change trust was created
- : Date!
- # Type of asset
- : String!
- # Alphanumeric code that uniquely identifies the asset
- : String
- # Public key of the acount that issued the asset
- : String
- # Trustline limit for the asset
- : String!
- # Trustors public key
- : String!
- # Trustee public key
- : String!
- }
link Require by
This element is not required by anyone