View Source Stellar.TxBuild.CreateAccount (Elixir Stellar SDK v0.22.0)

Creates and funds a new account with the specified starting balance.

Summary

Types

@type t() :: %Stellar.TxBuild.CreateAccount{
  destination: Stellar.TxBuild.AccountID.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t(),
  starting_balance: Stellar.TxBuild.Amount.t()
}