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
sponsorship() :: Stellar.XDR.LedgerKey.t() | Stellar.XDR.Ledger.Signer.t()
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()