Stellar.TxBuild.AccountMerge (Elixir Stellar SDK v0.3.0) View Source
Transfers the native balance (the amount of XLM an account holds) to another account and removes the source account from the ledger.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.TxBuild.AccountMerge{ destination: Stellar.TxBuild.Account.t(), source_account: Stellar.TxBuild.OptionalAccount.t() }