StellarBase.XDR.AccountEntryExtensionV2Ext (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar AccountEntryExtensionV2Ext type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.AccountEntryExtensionV2Ext{
type: non_neg_integer(),
value: value()
}
Specs
value() :: StellarBase.XDR.Void.t() | StellarBase.XDR.AccountEntryExtensionV3.t()
Link to this section Functions
Specs
new(value :: value(), type :: non_neg_integer()) :: t()