Stellar.TxBuild.ManageData (Elixir Stellar SDK v0.5.0) View Source

Sets, modifies, or deletes a Data Entry (name/value pair).

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.TxBuild.ManageData{
  entry_name: String.t(),
  entry_value: String.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}