Stellar.XDR.Operations.RevokeSponsorship (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar RevokeSponsorship type.

Link to this section Summary

Link to this section Types

Specs

Specs

t() :: %Stellar.XDR.Operations.RevokeSponsorship{
  sponsorship: sponsorship(),
  type: Stellar.XDR.RevokeSponsorshipType.t()
}

Link to this section Functions

Specs

new(sponsorship :: sponsorship(), type :: Stellar.XDR.RevokeSponsorshipType.t()) ::
  t()