link GraphQL Schema definition
- type CreateAccountOperation 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!
- # Amount of XLM to send to the newly created account
- : String!
- # Account address that is created and funded
- : Account!
- }
link Require by
This element is not required by anyone