View Source Stellar.TxBuild.RevokeSponsorship (Elixir Stellar SDK v0.22.0)
Revoke sponsorship of a ledger entry.
Summary
Types
@type sponsorship() :: Stellar.TxBuild.LedgerKey.t() | Stellar.TxBuild.RevokeSponsorshipSigner.t()
@type sponsorship_type() :: :ledger_entry | :signer
@type t() :: %Stellar.TxBuild.RevokeSponsorship{ source_account: Stellar.TxBuild.OptionalAccount.t(), sponsorship: sponsorship(), type: sponsorship_type() }