View Source StellarBase.XDR.SponsorshipDescriptor (Elixir Stellar Base v0.16.0)

Representation of Stellar SponsorshipDescriptor type.

Summary

Types

@type t() :: %StellarBase.XDR.SponsorshipDescriptor{
  sponsorship_descriptor: StellarBase.XDR.OptionalAccountID.t()
}

Functions

Link to this function

new(sponsorship_descriptor)

View Source
@spec new(sponsorship_descriptor :: StellarBase.XDR.OptionalAccountID.t()) :: t()