View Source Stellar.TxBuild.Ledger.Data (Elixir Stellar SDK v0.22.0)

Ledger Data struct definition.

Summary

Types

@type account_id() :: String.t()
@type data_name() :: String.t()
@type t() :: %Stellar.TxBuild.Ledger.Data{
  account_id: Stellar.TxBuild.AccountID.t(),
  data_name: data_name()
}
@type validation() :: {:ok, any()} | {:error, atom()}