@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.
- package/dist/{VersionInfo-TiPIi-GT.d.ts → VersionInfo-BsDQIEcl.d.ts} +1 -0
- package/dist/{chunk-ZMDQDIE5.js → chunk-DSEDHQB6.js} +4 -3
- package/dist/chunk-DSEDHQB6.js.map +1 -0
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/sdk.d.ts +2 -2
- package/dist/sdk.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-ZMDQDIE5.js.map +0 -1
|
@@ -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-
|
|
3178
|
-
//# sourceMappingURL=chunk-
|
|
3178
|
+
//# sourceMappingURL=chunk-DSEDHQB6.js.map
|
|
3179
|
+
//# sourceMappingURL=chunk-DSEDHQB6.js.map
|