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

HashIDPreimage struct definition.

Summary

Types

@type t() :: %Stellar.TxBuild.HashIDPreimage{type: type(), value: hash_id()}
@type type() :: :op_id | :pool_revoke_op_id | :contract_id | :soroban_auth
@type validation() :: {:ok, any()} | {:error, atom()}