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

Link to this function

new(account_id, signer_key)

View Source
@spec new(
  account_id :: StellarBase.XDR.AccountID.t(),
  signer_key :: StellarBase.XDR.SignerKey.t()
) ::
  t()