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

Representation of Stellar RevokeSponsorship type.

Link to this section Summary

Link to this section Types

Specs

Specs

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

Link to this section Functions

Specs

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