StellarBase.XDR.Ledger.Data (Elixir Stellar Base v0.2.2) View Source

Representation of Stellar Ledger Data type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Ledger.Data{
  account_id: StellarBase.XDR.AccountID.t(),
  data_name: StellarBase.XDR.String64.t()
}

Link to this section Functions

Link to this function

new(account_id, data_name)

View Source

Specs

new(
  account_id :: StellarBase.XDR.AccountID.t(),
  data_name :: StellarBase.XDR.String64.t()
) :: t()