getTransaction( client: ExtendedViemClient, ...params: [ signature
: Signature, config
?: Readonly< { commitment?: Commitment; encoding: "base58" | "base64" | "jsonParsed" | "json"; maxSupportedTransactionVersion?: void | TransactionVersion; }, > & Readonly<{ encoding?: "json" }>, ],): Promise< | null | (
Readonly<{ blockTime: UnixTimestamp | null; slot: bigint; }> & ((Record<string, never> | { version: TransactionVersion; }) & { ...; })
)
,>
Gets a transaction