OnFlow.TransactionResponse (on_flow v0.11.0) View Source

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

Specs

t() :: %{
  transaction: %OnFlow.Access.TransactionResponse{transaction: term()},
  result:
    nil
    | %OnFlow.Access.TransactionResultResponse{
        block_id: term(),
        error_message: term(),
        events: term(),
        status: term(),
        status_code: term()
      }
}