View Source Stellar.TxBuild.RevokeSponsorshipSigner (Elixir Stellar SDK v0.22.0)

RevokeSponsorshipSigner struct definition.

Summary

Types

@type account_id() :: String.t()
@type t() :: %Stellar.TxBuild.RevokeSponsorshipSigner{
  account_id: Stellar.TxBuild.AccountID.t(),
  signer_key: Stellar.TxBuild.SignerKey.t()
}
@type validation() :: {:ok, any()} | {:error, atom()}