Represents a Asynchronous transaction resource from Horizon API.
Asynchronous transaction
@type t() :: %Stellar.Horizon.AsyncTransaction{ hash: String.t() | nil, tx_status: String.t() | nil }