@thru/sdk 0.2.22 → 0.2.24
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/README.abi.md +10 -0
- package/dist/abi/index.cjs +156 -7
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.d.cts +38 -3
- package/dist/abi/index.d.ts +38 -3
- package/dist/abi/index.js +155 -8
- package/dist/abi/index.js.map +1 -1
- package/dist/abi/wasm/bundler/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/abi/wasm/node/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/abi/wasm/web/abi_reflect_wasm_bg.wasm +0 -0
- package/dist/{chunk-YQDWOMNO.js → chunk-7IYMAAGA.js} +2 -2
- package/dist/{chunk-YQDWOMNO.js.map → chunk-7IYMAAGA.js.map} +1 -1
- package/dist/{chunk-CVBQ4UPL.js → chunk-UFG6YDCG.js} +3 -3
- package/dist/{chunk-CVBQ4UPL.js.map → chunk-UFG6YDCG.js.map} +1 -1
- package/dist/{client-worIo0a3.d.ts → client-BmDvZzhb.d.ts} +1 -1
- package/dist/{client-Cfi7zRLm.d.cts → client-DjifFmSR.d.cts} +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +2 -2
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/proto/index.cjs.map +1 -1
- package/dist/proto/index.d.cts +2 -2
- package/dist/proto/index.d.ts +2 -2
- package/dist/proto/index.js +1 -1
- package/dist/sdk.cjs.map +1 -1
- package/dist/sdk.d.cts +3 -3
- package/dist/sdk.d.ts +3 -3
- package/dist/sdk.js +2 -2
- package/dist/{streaming_service_pb-DvCdJiCr.d.ts → streaming_service_pb-CqoILI8i.d.cts} +10 -0
- package/dist/{streaming_service_pb-DvCdJiCr.d.cts → streaming_service_pb-CqoILI8i.d.ts} +10 -0
- package/package.json +1 -1
|
@@ -267,5 +267,5 @@ var StreamNodeRecordsResponseSchema = /* @__PURE__ */ messageDesc(file_thru_serv
|
|
|
267
267
|
var StreamingService = /* @__PURE__ */ serviceDesc(file_thru_services_v1_streaming_service, 0);
|
|
268
268
|
|
|
269
269
|
export { AccountDataSchema, AccountFlagsSchema, AccountMetaSchema, AccountPageSchema, AccountSchema, AccountSnapshotSchema, AccountUpdateSchema, AccountView, AccountViewSchema, ActiveStateHashEntrySchema, BatchSendTransactionsRequestSchema, BatchSendTransactionsResponseSchema, BlockFinishedSchema, BlockFooterSchema, BlockHashSchema, BlockHeaderSchema, BlockSchema, BlockView, BlockViewSchema, BytesListSchema, CallFrameSchema, CelFilterValidationSchema, CommandService, ConsensusStatus, ConsensusStatusSchema, CurrentOrHistoricalVersionSchema, CurrentVersionSchema, DataSliceSchema, DebugReExecuteRequestSchema, DebugReExecuteResponseSchema, DebugService, ErrorDetailSchema, ErrorType, ErrorTypeSchema, EventSchema, ExecutionStatus, ExecutionStatusSchema, FilterParamValueSchema, FilterSchema, GenerateStateProofRequestSchema, GenerateStateProofResponseSchema, GetAccountRequestSchema, GetActiveStateHashesRequestSchema, GetActiveStateHashesResponseSchema, GetBlockRequestSchema, GetChainInfoRequestSchema, GetChainInfoResponseSchema, GetEventRequestSchema, GetHeightRequestSchema, GetHeightResponseSchema, GetNodePubkeyRequestSchema, GetNodePubkeyResponseSchema, GetNodeRecordsRequestSchema, GetNodeRecordsResponseSchema, GetNodeStatusRequestSchema, GetNodeStatusResponseSchema, GetRawAccountRequestSchema, GetRawBlockRequestSchema, GetRawTransactionRequestSchema, GetSlotMetricsRequestSchema, GetSlotMetricsResponseSchema, GetStateRootsRequestSchema, GetStateRootsResponseSchema, GetTransactionRequestSchema, GetTransactionStatusRequestSchema, GetVersionRequestSchema, GetVersionResponseSchema, HashSchema, ListAccountsRequestSchema, ListAccountsResponseSchema, ListBlocksRequestSchema, ListBlocksResponseSchema, ListEventsRequestSchema, ListEventsResponseSchema, ListSlotMetricsRequestSchema, ListSlotMetricsResponseSchema, ListTransactionsForAccountRequestSchema, ListTransactionsForAccountResponseSchema, ListTransactionsRequestSchema, ListTransactionsResponseSchema, MemoryPageSchema, MemorySegmentSchema, NodeConsensusStatusSchema, NodeContactSchema, NodeMode, NodeModeSchema, NodeProtocolSchema, NodeRecordSchema, NodeRepairStatusSchema, PageRequestSchema, PageResponseSchema, PubkeyListSchema, PubkeySchema, QueryService, RawAccountSchema, RawBlockSchema, RawTransactionSchema, SendAndTrackTxnRequestSchema, SendAndTrackTxnResponseSchema, SendTransactionRequestSchema, SendTransactionResponseSchema, SignatureSchema, StateProofRequestSchema, StateProofSchema, StateProofType, StateProofTypeSchema, StateRootEntrySchema, StreamAccountUpdatesRequestSchema, StreamAccountUpdatesResponseSchema, StreamBlocksRequestSchema, StreamBlocksResponseSchema, StreamEventsRequestSchema, StreamEventsResponseSchema, StreamHeightRequestSchema, StreamHeightResponseSchema, StreamNodeRecordsRequestSchema, StreamNodeRecordsResponseSchema, StreamSlotMetricsRequestSchema, StreamSlotMetricsResponseSchema, StreamTransactionsRequestSchema, StreamTransactionsResponseSchema, StreamingService, SubmissionStatus, SubmissionStatusSchema, TaPubkeySchema, TrackTransactionRequestSchema, TrackTransactionResponseSchema, TransactionEventSchema, TransactionExecutionResultSchema, TransactionHeaderSchema, TransactionSchema, TransactionStatusSchema, TransactionView, TransactionViewSchema, TransactionVmError, TransactionVmErrorSchema, TsSignatureSchema, VersionContextMetadataSchema, VersionContextSchema, VmExecutionDetailsSchema, VmFaultCode, VmFaultCodeSchema, file_thru_common_v1_consensus, file_thru_common_v1_errors, file_thru_common_v1_filters, file_thru_common_v1_pagination, file_thru_common_v1_primitives, file_thru_core_v1_account, file_thru_core_v1_block, file_thru_core_v1_node, file_thru_core_v1_state, file_thru_core_v1_transaction, file_thru_core_v1_types, file_thru_services_v1_command_service, file_thru_services_v1_debug_service, file_thru_services_v1_query_service, file_thru_services_v1_streaming_service };
|
|
270
|
-
//# sourceMappingURL=chunk-
|
|
271
|
-
//# sourceMappingURL=chunk-
|
|
270
|
+
//# sourceMappingURL=chunk-7IYMAAGA.js.map
|
|
271
|
+
//# sourceMappingURL=chunk-7IYMAAGA.js.map
|