Stellar.TxBuild.CreateAccount (Elixir Stellar SDK v0.2.0) View Source
Creates and funds a new account with the specified starting balance.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.TxBuild.CreateAccount{
destination: Stellar.TxBuild.AccountID.t(),
source_account: Stellar.TxBuild.OptionalAccount.t(),
starting_balance: Stellar.TxBuild.Amount.t()
}