StellarBase.XDR.LedgerEntryExtensionV1 (Elixir Stellar Base v0.7.0) View Source

Representation of Stellar's ledger LedgerEntryExtensionV1

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.LedgerEntryExtensionV1{
  ext: StellarBase.XDR.Ext.t(),
  sponsoring_id: StellarBase.XDR.SponsorshipDescriptor.t()
}

Link to this section Functions

Specs

new(
  sponsoring_id :: StellarBase.XDR.SponsorshipDescriptor.t(),
  ext :: StellarBase.XDR.Ext.t()
) :: t()