Stellar.TxBuild.Signer (Elixir Stellar SDK v0.5.0) View Source

Signer struct definition.

Link to this section Summary

Link to this section Types

Specs

signer() :: {signer_type(), signer_key()}

Specs

signer_key() :: String.t()

Specs

signer_type() :: :ed25519 | :sha256_hash | :pre_auth_tx

Specs

t() :: %Stellar.TxBuild.Signer{
  key: signer_key(),
  type: signer_type(),
  weight: weight()
}

Specs

validation() :: {:ok, any()} | {:error, atom()}

Specs

weight() :: Stellar.TxBuild.Weight.t()