StellarBase.XDR.AccountEntryExtensionV3 (Elixir Stellar Base v0.8.4) View Source
Representation of Stellar's ledger AccountEntryExtensionV3
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.AccountEntryExtensionV3{ ext: StellarBase.XDR.ExtensionPoint.t(), seq_ledger: StellarBase.XDR.UInt32.t(), seq_time: StellarBase.XDR.TimePoint.t() }
Link to this section Functions
Specs
new( ext :: StellarBase.XDR.ExtensionPoint.t(), seq_ledger :: StellarBase.XDR.UInt32.t(), seq_time :: StellarBase.XDR.TimePoint.t() ) :: t()