View Source StellarBase.XDR.RevokeSponsorshipOpSigner (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar RevokeSponsorshipOpSigner
type.
Summary
Types
@type account_id_type() :: StellarBase.XDR.AccountID.t()
@type signer_key_type() :: StellarBase.XDR.SignerKey.t()
@type t() :: %StellarBase.XDR.RevokeSponsorshipOpSigner{ account_id: account_id_type(), signer_key: signer_key_type() }
Functions
@spec new(account_id :: account_id_type(), signer_key :: signer_key_type()) :: t()