Doc autogenerated from onflow/sdk/src/build/build-get-transaction-status.ts
getTransactionStatus
A builder function that returns the status of transaction NOTE: The transactionID provided must be from the current spork.
Import
_10import { getTransactionStatus } from "@onflow/sdk"
Parameters
transactionId
- Type:
string
- Description: The id of the transaction to get status
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>