View Source StellarBase.XDR.AccountEntryExtensionV2Ext (Elixir Stellar Base v0.16.0)

Representation of Stellar AccountEntryExtensionV2Ext type.

Summary

Types

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

Functions

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