Represents a CreateAccount operation from Horizon API.
CreateAccount
@type t() :: %Stellar.Horizon.Operation.CreateAccount{ account: String.t(), funder: String.t(), starting_balance: String.t() }