Skip to contents

Check Transaction Status and Outcome

Usage

near_get_transaction_status(
  tx_hash,
  sender_account_id,
  wait_until = "EXECUTED_OPTIMISTIC"
)

Arguments

tx_hash

Transaction hash (base58).

sender_account_id

Account that sent the transaction.

wait_until

Wait level (defaults to "EXECUTED_OPTIMISTIC").

Value

Detailed outcome tibble.

Examples

if (FALSE) { # \dontrun{
near_get_transaction_status("B3ho6i6nDbJm95PpXuhbZXhGwZzJkhMkwf8qpbu35AMr", "meteor-relayer.near")
} # }