We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
meta
1 parent d575f09 commit ffeddf6Copy full SHA for ffeddf6
packages/library-legacy/src/connection.ts
@@ -2524,7 +2524,7 @@ const GetTransactionRpcResult = jsonRpcResult(
2524
nullable(
2525
pick({
2526
slot: number(),
2527
- meta: ConfirmedTransactionMetaResult,
+ meta: nullable(ConfirmedTransactionMetaResult),
2528
blockTime: optional(nullable(number())),
2529
transaction: ConfirmedTransactionResult,
2530
version: optional(TransactionVersionStruct),
0 commit comments