Stellar.XDR.SignerKey (Elixir Stellar Base v0.1.0) View Source

Representation of Stellar SignerKey type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.SignerKey{signer_key: String.t(), type: atom()}

Link to this section Functions

Specs

new(
  public_key :: Stellar.XDR.UInt256.t(),
  type :: Stellar.XDR.SignerKeyType.t() | nil
) :: t()