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
_10import { getTransaction } from "@onflow/sdk"
Parameters
id
- Type:
string
- Description: The ID of the transaction to get
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>