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

Representation of Stellar ClaimableBalanceEntryExtV1 type.

Summary

Types

@type t() :: %StellarBase.XDR.ClaimableBalanceEntryExtV1{
  ext: StellarBase.XDR.Ext.t(),
  flags: StellarBase.XDR.UInt32.t()
}

Functions

@spec new(ext :: StellarBase.XDR.Ext.t(), flags :: StellarBase.XDR.UInt32.t()) :: t()