View Source StellarBase.XDR.LedgerEntryExtensionV1 (Elixir Stellar Base v0.10.1)
Representation of Stellar's ledger LedgerEntryExtensionV1
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.LedgerEntryExtensionV1{ ext: StellarBase.XDR.Ext.t(), sponsoring_id: StellarBase.XDR.SponsorshipDescriptor.t() }
Link to this section Functions
@spec new( sponsoring_id :: StellarBase.XDR.SponsorshipDescriptor.t(), ext :: StellarBase.XDR.Ext.t() ) :: t()