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

Transfers the native balance (the amount of XLM an account holds) to another account and removes the source account from the ledger.

Summary

Types

@type t() :: %Stellar.TxBuild.AccountMerge{
  destination: Stellar.TxBuild.Account.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}