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