View Source StellarBase.XDR.RevokeSponsorshipSigner (Elixir Stellar Base v0.16.0)
Representation of Stellar RevokeSponsorshipSigner
type.
Summary
Types
@type t() :: %StellarBase.XDR.RevokeSponsorshipSigner{ account_id: StellarBase.XDR.AccountID.t(), signer_key: StellarBase.XDR.SignerKey.t() }
Functions
@spec new( account_id :: StellarBase.XDR.AccountID.t(), signer_key :: StellarBase.XDR.SignerKey.t() ) :: t()