View Source OnFlow.TransactionResponse (on_flow v0.13.0)

This module defines a struct that includes a transaction response and the network response to the query for its result.

Link to this section Summary

Link to this section Types

@type t() :: %{
  transaction: %OnFlow.Access.TransactionResponse{
    __unknown_fields__: term(),
    transaction: term()
  },
  result:
    nil
    | %OnFlow.Access.TransactionResultResponse{
        __unknown_fields__: term(),
        block_height: term(),
        block_id: term(),
        collection_id: term(),
        error_message: term(),
        events: term(),
        status: term(),
        status_code: term(),
        transaction_id: term()
      }
}