View Source Stellar.Horizon.Operation.AccountMerge (Elixir Stellar SDK v0.15.1)

Represents a AccountMerge operation from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Operation.AccountMerge{
  account: String.t(),
  into: String.t()
}