Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-get-transaction.ts

getTransaction

A builder function that returns the interaction to get a transaction by ID

Import


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

Parameters

id

  • Type: string
  • Description: The ID of the transaction to get

Returns

InteractionBuilderFn


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


Rate this page