View Source StellarBase.XDR.ClaimableBalanceEntryExt (Elixir Stellar Base v0.11.1)
Representation of Stellar ClaimableBalanceEntryExt
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.ClaimableBalanceEntryExt{ type: non_neg_integer(), value: value() }
@type value() :: StellarBase.XDR.Void.t() | StellarBase.XDR.ClaimableBalanceEntryExtV1.t()
Link to this section Functions
@spec new(value :: value(), type :: non_neg_integer()) :: t()