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

Represents a AccountMerge operation from Horizon API.

Link to this section Summary

Link to this section Types

Specs

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