Skip to main content

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


_10
import { getTransactionStatus } from "@onflow/sdk"

Parameters

transactionId

  • Type: string
  • Description: The id of the transaction to get status

Returns

InteractionBuilderFn


_10
export type InteractionBuilderFn = (
_10
ix: Interaction
_10
) => Interaction | Promise<Interaction>


Rate this page