@thru/thru-sdk 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,6 +140,7 @@ interface TransactionExecutionResultData {
140
140
  readwriteAccounts: Pubkey[];
141
141
  readonlyAccounts: Pubkey[];
142
142
  events?: TransactionExecutionEvent[];
143
+ errorProgramAccIdx: number;
143
144
  }
144
145
  declare class Transaction {
145
146
  readonly version: number;
@@ -787,7 +787,8 @@ var Transaction = class _Transaction {
787
787
  programIdx: event.programIdx,
788
788
  program: event.program ? Pubkey.fromProtoPubkey(event.program) : void 0,
789
789
  payload: new Uint8Array(event.payload ?? new Uint8Array(0))
790
- })) : void 0
790
+ })) : void 0,
791
+ errorProgramAccIdx: proto.errorProgramAccIdx ?? 0
791
792
  };
792
793
  }
793
794
  };
@@ -3174,5 +3175,5 @@ var VersionInfo = class _VersionInfo {
3174
3175
  };
3175
3176
 
3176
3177
  export { Account, Block, ChainEvent, Filter, FilterParamValue, HeightSnapshot, PageRequest, PageResponse, Pubkey, Signature, SignatureDomain, StateProof, Transaction, TransactionBuilder, TransactionStatusSnapshot, VersionInfo, accounts_exports, batchSendTransactions, blocks_exports, buildAndSignTransaction, buildTransaction, chain_exports, collectStream, consensusStatusToString, consensus_exports, createAccount, createThruClientContext, currentOrHistoricalVersionContext, currentVersionContext, deriveAddress, deriveProgramAddress, events_exports, firstStreamValue, forEachStreamValue, fromPrivateKey, generateKeyPair, generateStateProof, getAccount, getBlock, getBlockHeight, getChainId, getChainInfo, getEvent, getNodePubkey, getNodeRecords, getRawAccount, getRawBlock, getRawTransaction, getSlotMetrics, getStateRoots, getTransaction, getTransactionStatus, height_exports, keys_exports, listAccounts, listBlocks, listEvents, listSlotMetrics, listTransactions, listTransactionsForAccount, node_exports, proofs_exports, sendAndTrackTxn, sendTransaction, seqVersionContext, signWithDomain, slotVersionContext, slots_exports, streamAccountUpdates, streamBlocks, streamEvents, streamHeight, streamNodeRecords, streamSlotMetrics, streamTransactions, streaming_exports, timestampVersionContext, trackTransaction, transactions_exports, verifyWithDomain, versionContext, withCallOptions };
3177
- //# sourceMappingURL=chunk-ZMDQDIE5.js.map
3178
- //# sourceMappingURL=chunk-ZMDQDIE5.js.map
3178
+ //# sourceMappingURL=chunk-DSEDHQB6.js.map
3179
+ //# sourceMappingURL=chunk-DSEDHQB6.js.map