StellarBase.XDR.AccountEntryExtensionV2 (Elixir Stellar Base v0.3.0) View Source
Representation of Stellar's ledger AccountEntryExtensionV2
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.AccountEntryExtensionV2{ ext: StellarBase.XDR.Ext.t(), num_sponsored: StellarBase.XDR.UInt32.t(), num_sponsoring: StellarBase.XDR.UInt32.t(), signer_sponsoring_ids: StellarBase.XDR.AccountIDList.t() }
Link to this section Functions
Specs
new( num_sponsored :: StellarBase.XDR.UInt32.t(), num_sponsoring :: StellarBase.XDR.UInt32.t(), signer_sponsoring_ids :: StellarBase.XDR.AccountIDList.t(), ext :: StellarBase.XDR.Ext.t() ) :: t()