StellarBase.XDR.Operations.RevokeSponsorship (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar RevokeSponsorship type.
Link to this section Summary
Link to this section Types
Specs
sponsorship() :: StellarBase.XDR.LedgerKey.t() | StellarBase.XDR.RevokeSponsorshipSigner.t()
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()