OBJECT
Allow_Trust
link GraphQL Schema definition
- type Allow_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
- # Trustors public key
- : String!
- # Trustee public key
- : String!
- # Enabling or disabling the allowing of trust for a given asset
- : Boolean!
- }
link Require by
This element is not required by anyone