StellarBase.XDR.AccountEntryExtensionV3 (Elixir Stellar Base v0.8.0) 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

Link to this function

new(ext, seq_ledger, seq_time)

View Source

Specs

new(
  ext :: StellarBase.XDR.ExtensionPoint.t(),
  seq_ledger :: StellarBase.XDR.UInt32.t(),
  seq_time :: StellarBase.XDR.TimePoint.t()
) :: t()