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

Link to this function

new(num_sponsored, num_sponsoring, signer_sponsoring_ids, ext)

View Source

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()