Skip to main content

TransactionExecutionStatus

The execution status of the transaction.

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.TransactionExecutionStatus()

Or import directly the specific function:


_10
import { TransactionExecutionStatus } from "@onflow/fcl-react-native"
_10
_10
TransactionExecutionStatus()

Returns


_10
{ readonly UNKNOWN: 0; readonly PENDING: 1; readonly FINALIZED: 2; readonly EXECUTED: 3; readonly SEALED: 4; readonly EXPIRED: 5; }


Rate this page