Stellar.XDR.Ledger.Data (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar Ledger Data
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.Ledger.Data{ account_id: Stellar.XDR.AccountID.t(), data_name: Stellar.XDR.String64.t() }
Link to this section Functions
Specs
new( account_id :: Stellar.XDR.AccountID.t(), data_name :: Stellar.XDR.String64.t() ) :: t()