View Source StellarBase.XDR.AccountEntryExt (Elixir Stellar Base v0.12.0)

Representation of Stellar AccountEntryExt type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.AccountEntryExt{type: non_neg_integer(), value: value()}

Link to this section Functions

@spec new(value :: value(), type :: non_neg_integer()) :: t()