Search
ListenResponse struct definition.
ListenResponse
@type continuation() :: map() | nil
@type events() :: [map()] | nil
@type gas() :: number()
@type logs() :: String.t() | nil
@type meta_data() :: map() | nil
@type req_key() :: String.t()
@type result() :: map()
@type t() :: %Kadena.Chainweb.Pact.ListenResponse{ continuation: continuation(), events: events(), gas: gas(), logs: logs(), meta_data: meta_data(), req_key: req_key(), result: result(), tx_id: tx_id() }
@type tx_id() :: number() | nil