OBJECT
Create_Account
link GraphQL Schema definition
- type Create_Account 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 account was created
- : Date!
- # Starting balance of the account
- : String!
- # Public key from where the funds were loaded from
- : String!
- # TODO
- : String!
- }
link Require by
This element is not required by anyone