View Source
Stellar.TxBuild.SignerKey
(Elixir Stellar SDK v0.8.0)
SignerKey
struct definition.
@type t() :: %Stellar.TxBuild.SignerKey{key: key(), type: type()}
@type type() :: :ed25519 | :sha256_hash | :pre_auth_tx
@type validation() :: {:ok, any()} | {:error, atom()}