From a144dbcdf689e2ae1ac5ca09abd31523df2a1c2c Mon Sep 17 00:00:00 2001 From: Erin Rivas Date: Tue, 21 May 2024 16:42:58 -0500 Subject: [PATCH] rc15 docs --- docs/.nojekyll | 1 + docs/assets/highlight.css | 22 + docs/assets/icons.js | 15 + docs/assets/icons.svg | 1 + docs/assets/main.js | 59 + docs/assets/navigation.js | 1 + docs/assets/search.js | 1 + docs/assets/style.css | 1412 +++++++++++++++++ docs/functions/connectHostQueryClient.html | 1 + docs/functions/connectHostSigningClient.html | 1 + docs/functions/connectJackalQueryClient.html | 1 + .../functions/connectJackalSigningClient.html | 1 + docs/functions/findQueryKey.html | 1 + docs/functions/parseMsgResponse.html | 1 + docs/functions/reencodeEncodedObject.html | 1 + docs/index.html | 2 + docs/interfaces/ActiveProviders.html | 2 + docs/interfaces/Attestation.html | 3 + docs/interfaces/AttestationForm.html | 8 + docs/interfaces/Bids.html | 5 + docs/interfaces/Block.html | 5 + docs/interfaces/Feed.html | 5 + docs/interfaces/FileProof.html | 10 + docs/interfaces/Files.html | 7 + docs/interfaces/Forsale.html | 5 + docs/interfaces/ICosmwasmExtension.html | 3 + .../interfaces/ICosmwasmExtensionMembers.html | 36 + ...IExtendedSigningStargateClientOptions.html | 15 + .../IExtendedStargateClientOptions.html | 6 + docs/interfaces/IFileTreeExtension.html | 3 + .../interfaces/IFileTreeExtensionMembers.html | 18 + docs/interfaces/IHostTxLibrary.html | 3 + docs/interfaces/IIbcEngageBundle.html | 7 + docs/interfaces/IIbcQueryClient.html | 38 + docs/interfaces/IIbcSigningClient.html | 67 + docs/interfaces/IJklMintExtension.html | 3 + docs/interfaces/IJklMintExtensionMembers.html | 9 + docs/interfaces/IMsgData.html | 5 + docs/interfaces/IMsgResponse.html | 4 + docs/interfaces/INotificationsExtension.html | 3 + .../INotificationsExtensionMembers.html | 15 + docs/interfaces/IOracleExtension.html | 3 + docs/interfaces/IOracleExtensionMembers.html | 12 + docs/interfaces/IRnsExtension.html | 3 + docs/interfaces/IRnsExtensionMembers.html | 33 + docs/interfaces/ISignAndBroadcastOptions.html | 4 + docs/interfaces/IStorageExtension.html | 3 + docs/interfaces/IStorageExtensionMembers.html | 81 + docs/interfaces/ITxLibrary.html | 10 + docs/interfaces/Init.html | 3 + docs/interfaces/Names.html | 8 + docs/interfaces/Notification.html | 11 + docs/interfaces/Providers.html | 9 + docs/interfaces/Pubkey.html | 3 + docs/interfaces/ReportForm.html | 8 + docs/interfaces/StoragePaymentInfo.html | 9 + docs/interfaces/TxEvent.html | 5 + docs/interfaces/UnifiedFile.html | 18 + docs/modules.html | 326 ++++ docs/types/DActiveProvider.html | 2 + docs/types/DAttestation.html | 2 + docs/types/DAttestationForm.html | 2 + docs/types/DBid.html | 2 + docs/types/DBlock.html | 2 + docs/types/DCoin.html | 3 + docs/types/DCosmwasmParams.html | 3 + docs/types/DDeliverTxResponse.html | 3 + docs/types/DEncodeObject.html | 3 + docs/types/DFeed.html | 2 + docs/types/DFile.html | 2 + docs/types/DFileProof.html | 2 + docs/types/DForsale.html | 2 + docs/types/DHttpEndpoint.html | 2 + docs/types/DInit.html | 2 + docs/types/DJklMintParams.html | 3 + docs/types/DMsgAcceptBid.html | 2 + docs/types/DMsgAcceptBidResponse.html | 2 + docs/types/DMsgAddClaimer.html | 2 + docs/types/DMsgAddClaimerResponse.html | 2 + docs/types/DMsgAddEditors.html | 2 + docs/types/DMsgAddEditorsResponse.html | 2 + docs/types/DMsgAddRecord.html | 2 + docs/types/DMsgAddRecordResponse.html | 2 + docs/types/DMsgAddViewers.html | 2 + docs/types/DMsgAddViewersResponse.html | 2 + docs/types/DMsgAttest.html | 2 + docs/types/DMsgAttestResponse.html | 2 + docs/types/DMsgBid.html | 2 + docs/types/DMsgBidResponse.html | 2 + docs/types/DMsgBlockSenders.html | 2 + docs/types/DMsgBlockSendersResponse.html | 2 + docs/types/DMsgBuy.html | 2 + docs/types/DMsgBuyResponse.html | 2 + docs/types/DMsgBuyStorage.html | 2 + docs/types/DMsgBuyStorageResponse.html | 2 + docs/types/DMsgCancelBid.html | 2 + docs/types/DMsgCancelBidResponse.html | 2 + docs/types/DMsgChangeOwner.html | 2 + docs/types/DMsgChangeOwnerResponse.html | 2 + docs/types/DMsgCreateFeed.html | 2 + docs/types/DMsgCreateFeedResponse.html | 2 + docs/types/DMsgCreateNotification.html | 6 + .../types/DMsgCreateNotificationResponse.html | 2 + docs/types/DMsgDelRecord.html | 2 + docs/types/DMsgDelRecordResponse.html | 2 + docs/types/DMsgDeleteNotification.html | 2 + .../types/DMsgDeleteNotificationResponse.html | 2 + docs/types/DMsgDelist.html | 2 + docs/types/DMsgDelistResponse.html | 2 + docs/types/DMsgExecuteContract.html | 6 + docs/types/DMsgExecuteContractResponse.html | 2 + docs/types/DMsgFileTreeDeleteFile.html | 2 + .../types/DMsgFileTreeDeleteFileResponse.html | 2 + docs/types/DMsgFileTreePostFile.html | 2 + docs/types/DMsgFileTreePostFileResponse.html | 2 + docs/types/DMsgInit.html | 2 + docs/types/DMsgInitProvider.html | 2 + docs/types/DMsgInitProviderResponse.html | 2 + docs/types/DMsgInitResponse.html | 2 + docs/types/DMsgInstantiateContract.html | 8 + .../DMsgInstantiateContractResponse.html | 2 + docs/types/DMsgList.html | 2 + docs/types/DMsgListResponse.html | 2 + docs/types/DMsgPostKey.html | 2 + docs/types/DMsgPostKeyResponse.html | 2 + docs/types/DMsgPostProof.html | 2 + docs/types/DMsgPostProofResponse.html | 2 + docs/types/DMsgProvisionFileTree.html | 2 + docs/types/DMsgProvisionFileTreeResponse.html | 2 + docs/types/DMsgRegister.html | 2 + docs/types/DMsgRegisterResponse.html | 2 + docs/types/DMsgRemoveClaimer.html | 2 + docs/types/DMsgRemoveClaimerResponse.html | 2 + docs/types/DMsgRemoveEditors.html | 2 + docs/types/DMsgRemoveEditorsResponse.html | 2 + docs/types/DMsgRemoveViewers.html | 2 + docs/types/DMsgRemoveViewersResponse.html | 2 + docs/types/DMsgReport.html | 2 + docs/types/DMsgReportResponse.html | 2 + docs/types/DMsgRequestAttestationForm.html | 2 + .../DMsgRequestAttestationFormResponse.html | 2 + docs/types/DMsgRequestReportForm.html | 2 + docs/types/DMsgRequestReportFormResponse.html | 2 + docs/types/DMsgResetEditors.html | 2 + docs/types/DMsgResetEditorsResponse.html | 2 + docs/types/DMsgResetViewers.html | 2 + docs/types/DMsgResetViewersResponse.html | 2 + docs/types/DMsgSetProviderIP.html | 2 + docs/types/DMsgSetProviderIPResponse.html | 2 + docs/types/DMsgSetProviderKeybase.html | 2 + .../types/DMsgSetProviderKeybaseResponse.html | 2 + docs/types/DMsgSetProviderTotalSpace.html | 2 + .../DMsgSetProviderTotalSpaceResponse.html | 2 + docs/types/DMsgShutdownProvider.html | 2 + docs/types/DMsgShutdownProviderResponse.html | 2 + docs/types/DMsgStorageDeleteFile.html | 2 + docs/types/DMsgStorageDeleteFileResponse.html | 2 + docs/types/DMsgStoragePostFile.html | 2 + docs/types/DMsgStoragePostFileResponse.html | 2 + docs/types/DMsgTransfer.html | 2 + docs/types/DMsgTransferResponse.html | 2 + docs/types/DMsgUpdate.html | 2 + docs/types/DMsgUpdateFeed.html | 2 + docs/types/DMsgUpdateFeedResponse.html | 2 + docs/types/DMsgUpdateResponse.html | 2 + docs/types/DName.html | 2 + docs/types/DNotification.html | 2 + docs/types/DOracleParams.html | 3 + docs/types/DProvider.html | 2 + docs/types/DPubkey.html | 2 + docs/types/DQueryActiveProviders.html | 3 + docs/types/DQueryAllAttestations.html | 2 + docs/types/DQueryAllBids.html | 2 + docs/types/DQueryAllContractStateRequest.html | 2 + docs/types/DQueryAllFeeds.html | 2 + docs/types/DQueryAllForSale.html | 2 + docs/types/DQueryAllInits.html | 2 + docs/types/DQueryAllNames.html | 2 + docs/types/DQueryAllNotifications.html | 2 + .../DQueryAllNotificationsByAddress.html | 2 + docs/types/DQueryAllProofs.html | 2 + docs/types/DQueryAllProviders.html | 2 + docs/types/DQueryAllPubKeys.html | 2 + docs/types/DQueryAllReports.html | 2 + docs/types/DQueryAllStoragePaymentInfo.html | 2 + docs/types/DQueryAttestation.html | 2 + docs/types/DQueryBid.html | 2 + docs/types/DQueryClientFreeSpace.html | 2 + docs/types/DQueryCodeRequest.html | 2 + docs/types/DQueryCodesRequest.html | 2 + docs/types/DQueryContractHistoryRequest.html | 2 + docs/types/DQueryContractInfoRequest.html | 2 + docs/types/DQueryContractsByCodeRequest.html | 2 + .../DQueryContractsByCreatorRequest.html | 2 + docs/types/DQueryFeed.html | 2 + docs/types/DQueryFileTreeAllFiles.html | 2 + docs/types/DQueryFileTreeFile.html | 2 + docs/types/DQueryFileTreeParams.html | 3 + docs/types/DQueryFileUploadCheck.html | 2 + docs/types/DQueryFindFile.html | 2 + docs/types/DQueryForSale.html | 2 + docs/types/DQueryFreeSpace.html | 2 + docs/types/DQueryInflation.html | 3 + docs/types/DQueryInit.html | 2 + docs/types/DQueryJklMintParams.html | 3 + docs/types/DQueryListOwnedNames.html | 2 + docs/types/DQueryName.html | 2 + docs/types/DQueryNotification.html | 2 + docs/types/DQueryNotificationsParams.html | 3 + docs/types/DQueryOpenFiles.html | 2 + docs/types/DQueryOracleParams.html | 3 + docs/types/DQueryParamsRequest.html | 3 + docs/types/DQueryPayData.html | 2 + docs/types/DQueryPinnedCodesRequest.html | 2 + docs/types/DQueryPriceCheck.html | 2 + docs/types/DQueryProof.html | 2 + docs/types/DQueryProofsByAddress.html | 2 + docs/types/DQueryProvider.html | 2 + docs/types/DQueryPubKey.html | 2 + docs/types/DQueryRawContractStateRequest.html | 2 + docs/types/DQueryReport.html | 2 + docs/types/DQueryRnsParams.html | 3 + .../DQuerySmartContractStateRequest.html | 2 + docs/types/DQueryStorageAllFiles.html | 2 + docs/types/DQueryStorageAllFilesByMerkle.html | 2 + docs/types/DQueryStorageAllFilesByOwner.html | 2 + docs/types/DQueryStorageFile.html | 2 + docs/types/DQueryStorageParams.html | 3 + docs/types/DQueryStoragePaymentInfo.html | 2 + docs/types/DQueryStorageStats.html | 3 + docs/types/DQueryStoreCount.html | 2 + docs/types/DReportForm.html | 2 + docs/types/DRnsParams.html | 3 + docs/types/DStorageParams.html | 3 + docs/types/DStoragePaymentInfo.html | 2 + docs/types/DTxMsgData.html | 3 + docs/types/DUnifiedFile.html | 2 + docs/types/DUsersByPlanMap.html | 3 + docs/types/ITxCosmwasm.html | 2 + docs/types/ITxFileTree.html | 2 + docs/types/ITxNotifications.html | 2 + docs/types/ITxOracle.html | 2 + docs/types/ITxRns.html | 2 + docs/types/ITxStorage.html | 2 + docs/types/T37TxEvent.html | 1 + docs/types/THostQueryClient.html | 1 + docs/types/THostQueryExtensions.html | 1 + docs/types/THostSigningClient.html | 1 + docs/types/TJackalModuleType.html | 1 + docs/types/TJackalModuleTypeMap.html | 1 + docs/types/TJackalQueryClient.html | 1 + docs/types/TJackalSigningClient.html | 1 + docs/types/TMergedSigner.html | 1 + docs/types/TModuleType.html | 1 + docs/types/TMsgResponseParsers.html | 1 + docs/types/TPossibleTxEvents.html | 1 + .../TQueryActiveProvidersResponseStrict.html | 2 + .../TQueryAllAttestationsResponseStrict.html | 2 + docs/types/TQueryAllBidsResponseStrict.html | 2 + .../TQueryAllContractStateResponseStrict.html | 2 + docs/types/TQueryAllFeedsResponseStrict.html | 2 + .../types/TQueryAllForSaleResponseStrict.html | 2 + docs/types/TQueryAllInitsResponseStrict.html | 2 + docs/types/TQueryAllNamesResponseStrict.html | 2 + ...lNotificationsByAddressResponseStrict.html | 2 + .../TQueryAllNotificationsResponseStrict.html | 2 + docs/types/TQueryAllProofsResponseStrict.html | 2 + .../TQueryAllProvidersResponseStrict.html | 2 + .../types/TQueryAllPubKeysResponseStrict.html | 2 + .../types/TQueryAllReportsResponseStrict.html | 2 + ...ryAllStoragePaymentInfoResponseStrict.html | 2 + .../TQueryAttestationResponseStrict.html | 2 + docs/types/TQueryBidResponseStrict.html | 2 + .../TQueryClientFreeSpaceResponseStrict.html | 2 + docs/types/TQueryCodeResponse.html | 2 + docs/types/TQueryCodesResponseStrict.html | 2 + .../TQueryContractHistoryResponseStrict.html | 2 + docs/types/TQueryContractInfoResponse.html | 2 + .../TQueryContractsByCodeResponseStrict.html | 2 + ...QueryContractsByCreatorResponseStrict.html | 2 + docs/types/TQueryExtensions.html | 2 + docs/types/TQueryFeedResponseStrict.html | 2 + .../TQueryFileTreeAllFilesResponseStrict.html | 2 + .../TQueryFileTreeFileResponseStrict.html | 2 + .../TQueryFileTreeParamsResponseStrict.html | 2 + .../TQueryFileUploadCheckResponseStrict.html | 2 + docs/types/TQueryFindFileResponseStrict.html | 2 + docs/types/TQueryForSaleResponseStrict.html | 2 + docs/types/TQueryFreeSpaceResponseStrict.html | 2 + docs/types/TQueryInflationResponseStrict.html | 2 + docs/types/TQueryInitResponseStrict.html | 2 + .../TQueryJklMintParamsResponseStrict.html | 2 + .../TQueryListOwnedNamesResponseStrict.html | 2 + docs/types/TQueryNameResponseStrict.html | 2 + .../TQueryNotificationResponseStrict.html | 2 + ...ueryNotificationsParamsResponseStrict.html | 2 + .../TQueryOracleParamsResponseStrict.html | 2 + docs/types/TQueryPayDataResponseStrict.html | 2 + .../TQueryPinnedCodesResponseStrict.html | 2 + .../types/TQueryPriceCheckResponseStrict.html | 2 + docs/types/TQueryProofResponseStrict.html | 2 + .../TQueryProofsByAddressResponseStrict.html | 2 + docs/types/TQueryProviderResponseStrict.html | 2 + docs/types/TQueryPubKeyResponseStrict.html | 2 + .../TQueryRawContractStateResponseStrict.html | 2 + docs/types/TQueryReportResponseStrict.html | 2 + docs/types/TQueryRnsParamsResponseStrict.html | 2 + ...QuerySmartContractStateResponseStrict.html | 2 + ...StorageAllFilesByMerkleResponseStrict.html | 2 + ...yStorageAllFilesByOwnerResponseStrict.html | 2 + .../TQueryStorageAllFilesResponseStrict.html | 2 + .../TQueryStorageFileResponseStrict.html | 2 + .../TQueryStorageParamsResponseStrict.html | 2 + ...QueryStoragePaymentInfoResponseStrict.html | 2 + .../TQueryStorageStatsResponseStrict.html | 2 + .../types/TQueryStoreCountResponseStrict.html | 2 + docs/types/WithOptional.html | 1 + docs/variables/ActiveProviders-1.html | 1 + docs/variables/Attestation-1.html | 1 + docs/variables/AttestationForm-1.html | 1 + docs/variables/Bids-1.html | 1 + docs/variables/Block-1.html | 1 + docs/variables/Feed-1.html | 1 + docs/variables/FileProof-1.html | 1 + docs/variables/Files-1.html | 1 + docs/variables/Forsale-1.html | 1 + docs/variables/Init-1.html | 1 + docs/variables/Names-1.html | 1 + docs/variables/Notification-1.html | 1 + docs/variables/Providers-1.html | 1 + docs/variables/Pubkey-1.html | 1 + docs/variables/ReportForm-1.html | 1 + docs/variables/StoragePaymentInfo-1.html | 1 + docs/variables/UnifiedFile-1.html | 1 + docs/variables/txResponseLibrary.html | 1 + 335 files changed, 2910 insertions(+) create mode 100644 docs/.nojekyll create mode 100644 docs/assets/highlight.css create mode 100644 docs/assets/icons.js create mode 100644 docs/assets/icons.svg create mode 100644 docs/assets/main.js create mode 100644 docs/assets/navigation.js create mode 100644 docs/assets/search.js create mode 100644 docs/assets/style.css create mode 100644 docs/functions/connectHostQueryClient.html create mode 100644 docs/functions/connectHostSigningClient.html create mode 100644 docs/functions/connectJackalQueryClient.html create mode 100644 docs/functions/connectJackalSigningClient.html create mode 100644 docs/functions/findQueryKey.html create mode 100644 docs/functions/parseMsgResponse.html create mode 100644 docs/functions/reencodeEncodedObject.html create mode 100644 docs/index.html create mode 100644 docs/interfaces/ActiveProviders.html create mode 100644 docs/interfaces/Attestation.html create mode 100644 docs/interfaces/AttestationForm.html create mode 100644 docs/interfaces/Bids.html create mode 100644 docs/interfaces/Block.html create mode 100644 docs/interfaces/Feed.html create mode 100644 docs/interfaces/FileProof.html create mode 100644 docs/interfaces/Files.html create mode 100644 docs/interfaces/Forsale.html create mode 100644 docs/interfaces/ICosmwasmExtension.html create mode 100644 docs/interfaces/ICosmwasmExtensionMembers.html create mode 100644 docs/interfaces/IExtendedSigningStargateClientOptions.html create mode 100644 docs/interfaces/IExtendedStargateClientOptions.html create mode 100644 docs/interfaces/IFileTreeExtension.html create mode 100644 docs/interfaces/IFileTreeExtensionMembers.html create mode 100644 docs/interfaces/IHostTxLibrary.html create mode 100644 docs/interfaces/IIbcEngageBundle.html create mode 100644 docs/interfaces/IIbcQueryClient.html create mode 100644 docs/interfaces/IIbcSigningClient.html create mode 100644 docs/interfaces/IJklMintExtension.html create mode 100644 docs/interfaces/IJklMintExtensionMembers.html create mode 100644 docs/interfaces/IMsgData.html create mode 100644 docs/interfaces/IMsgResponse.html create mode 100644 docs/interfaces/INotificationsExtension.html create mode 100644 docs/interfaces/INotificationsExtensionMembers.html create mode 100644 docs/interfaces/IOracleExtension.html create mode 100644 docs/interfaces/IOracleExtensionMembers.html create mode 100644 docs/interfaces/IRnsExtension.html create mode 100644 docs/interfaces/IRnsExtensionMembers.html create mode 100644 docs/interfaces/ISignAndBroadcastOptions.html create mode 100644 docs/interfaces/IStorageExtension.html create mode 100644 docs/interfaces/IStorageExtensionMembers.html create mode 100644 docs/interfaces/ITxLibrary.html create mode 100644 docs/interfaces/Init.html create mode 100644 docs/interfaces/Names.html create mode 100644 docs/interfaces/Notification.html create mode 100644 docs/interfaces/Providers.html create mode 100644 docs/interfaces/Pubkey.html create mode 100644 docs/interfaces/ReportForm.html create mode 100644 docs/interfaces/StoragePaymentInfo.html create mode 100644 docs/interfaces/TxEvent.html create mode 100644 docs/interfaces/UnifiedFile.html create mode 100644 docs/modules.html create mode 100644 docs/types/DActiveProvider.html create mode 100644 docs/types/DAttestation.html create mode 100644 docs/types/DAttestationForm.html create mode 100644 docs/types/DBid.html create mode 100644 docs/types/DBlock.html create mode 100644 docs/types/DCoin.html create mode 100644 docs/types/DCosmwasmParams.html create mode 100644 docs/types/DDeliverTxResponse.html create mode 100644 docs/types/DEncodeObject.html create mode 100644 docs/types/DFeed.html create mode 100644 docs/types/DFile.html create mode 100644 docs/types/DFileProof.html create mode 100644 docs/types/DForsale.html create mode 100644 docs/types/DHttpEndpoint.html create mode 100644 docs/types/DInit.html create mode 100644 docs/types/DJklMintParams.html create mode 100644 docs/types/DMsgAcceptBid.html create mode 100644 docs/types/DMsgAcceptBidResponse.html create mode 100644 docs/types/DMsgAddClaimer.html create mode 100644 docs/types/DMsgAddClaimerResponse.html create mode 100644 docs/types/DMsgAddEditors.html create mode 100644 docs/types/DMsgAddEditorsResponse.html create mode 100644 docs/types/DMsgAddRecord.html create mode 100644 docs/types/DMsgAddRecordResponse.html create mode 100644 docs/types/DMsgAddViewers.html create mode 100644 docs/types/DMsgAddViewersResponse.html create mode 100644 docs/types/DMsgAttest.html create mode 100644 docs/types/DMsgAttestResponse.html create mode 100644 docs/types/DMsgBid.html create mode 100644 docs/types/DMsgBidResponse.html create mode 100644 docs/types/DMsgBlockSenders.html create mode 100644 docs/types/DMsgBlockSendersResponse.html create mode 100644 docs/types/DMsgBuy.html create mode 100644 docs/types/DMsgBuyResponse.html create mode 100644 docs/types/DMsgBuyStorage.html create mode 100644 docs/types/DMsgBuyStorageResponse.html create mode 100644 docs/types/DMsgCancelBid.html create mode 100644 docs/types/DMsgCancelBidResponse.html create mode 100644 docs/types/DMsgChangeOwner.html create mode 100644 docs/types/DMsgChangeOwnerResponse.html create mode 100644 docs/types/DMsgCreateFeed.html create mode 100644 docs/types/DMsgCreateFeedResponse.html create mode 100644 docs/types/DMsgCreateNotification.html create mode 100644 docs/types/DMsgCreateNotificationResponse.html create mode 100644 docs/types/DMsgDelRecord.html create mode 100644 docs/types/DMsgDelRecordResponse.html create mode 100644 docs/types/DMsgDeleteNotification.html create mode 100644 docs/types/DMsgDeleteNotificationResponse.html create mode 100644 docs/types/DMsgDelist.html create mode 100644 docs/types/DMsgDelistResponse.html create mode 100644 docs/types/DMsgExecuteContract.html create mode 100644 docs/types/DMsgExecuteContractResponse.html create mode 100644 docs/types/DMsgFileTreeDeleteFile.html create mode 100644 docs/types/DMsgFileTreeDeleteFileResponse.html create mode 100644 docs/types/DMsgFileTreePostFile.html create mode 100644 docs/types/DMsgFileTreePostFileResponse.html create mode 100644 docs/types/DMsgInit.html create mode 100644 docs/types/DMsgInitProvider.html create mode 100644 docs/types/DMsgInitProviderResponse.html create mode 100644 docs/types/DMsgInitResponse.html create mode 100644 docs/types/DMsgInstantiateContract.html create mode 100644 docs/types/DMsgInstantiateContractResponse.html create mode 100644 docs/types/DMsgList.html create mode 100644 docs/types/DMsgListResponse.html create mode 100644 docs/types/DMsgPostKey.html create mode 100644 docs/types/DMsgPostKeyResponse.html create mode 100644 docs/types/DMsgPostProof.html create mode 100644 docs/types/DMsgPostProofResponse.html create mode 100644 docs/types/DMsgProvisionFileTree.html create mode 100644 docs/types/DMsgProvisionFileTreeResponse.html create mode 100644 docs/types/DMsgRegister.html create mode 100644 docs/types/DMsgRegisterResponse.html create mode 100644 docs/types/DMsgRemoveClaimer.html create mode 100644 docs/types/DMsgRemoveClaimerResponse.html create mode 100644 docs/types/DMsgRemoveEditors.html create mode 100644 docs/types/DMsgRemoveEditorsResponse.html create mode 100644 docs/types/DMsgRemoveViewers.html create mode 100644 docs/types/DMsgRemoveViewersResponse.html create mode 100644 docs/types/DMsgReport.html create mode 100644 docs/types/DMsgReportResponse.html create mode 100644 docs/types/DMsgRequestAttestationForm.html create mode 100644 docs/types/DMsgRequestAttestationFormResponse.html create mode 100644 docs/types/DMsgRequestReportForm.html create mode 100644 docs/types/DMsgRequestReportFormResponse.html create mode 100644 docs/types/DMsgResetEditors.html create mode 100644 docs/types/DMsgResetEditorsResponse.html create mode 100644 docs/types/DMsgResetViewers.html create mode 100644 docs/types/DMsgResetViewersResponse.html create mode 100644 docs/types/DMsgSetProviderIP.html create mode 100644 docs/types/DMsgSetProviderIPResponse.html create mode 100644 docs/types/DMsgSetProviderKeybase.html create mode 100644 docs/types/DMsgSetProviderKeybaseResponse.html create mode 100644 docs/types/DMsgSetProviderTotalSpace.html create mode 100644 docs/types/DMsgSetProviderTotalSpaceResponse.html create mode 100644 docs/types/DMsgShutdownProvider.html create mode 100644 docs/types/DMsgShutdownProviderResponse.html create mode 100644 docs/types/DMsgStorageDeleteFile.html create mode 100644 docs/types/DMsgStorageDeleteFileResponse.html create mode 100644 docs/types/DMsgStoragePostFile.html create mode 100644 docs/types/DMsgStoragePostFileResponse.html create mode 100644 docs/types/DMsgTransfer.html create mode 100644 docs/types/DMsgTransferResponse.html create mode 100644 docs/types/DMsgUpdate.html create mode 100644 docs/types/DMsgUpdateFeed.html create mode 100644 docs/types/DMsgUpdateFeedResponse.html create mode 100644 docs/types/DMsgUpdateResponse.html create mode 100644 docs/types/DName.html create mode 100644 docs/types/DNotification.html create mode 100644 docs/types/DOracleParams.html create mode 100644 docs/types/DProvider.html create mode 100644 docs/types/DPubkey.html create mode 100644 docs/types/DQueryActiveProviders.html create mode 100644 docs/types/DQueryAllAttestations.html create mode 100644 docs/types/DQueryAllBids.html create mode 100644 docs/types/DQueryAllContractStateRequest.html create mode 100644 docs/types/DQueryAllFeeds.html create mode 100644 docs/types/DQueryAllForSale.html create mode 100644 docs/types/DQueryAllInits.html create mode 100644 docs/types/DQueryAllNames.html create mode 100644 docs/types/DQueryAllNotifications.html create mode 100644 docs/types/DQueryAllNotificationsByAddress.html create mode 100644 docs/types/DQueryAllProofs.html create mode 100644 docs/types/DQueryAllProviders.html create mode 100644 docs/types/DQueryAllPubKeys.html create mode 100644 docs/types/DQueryAllReports.html create mode 100644 docs/types/DQueryAllStoragePaymentInfo.html create mode 100644 docs/types/DQueryAttestation.html create mode 100644 docs/types/DQueryBid.html create mode 100644 docs/types/DQueryClientFreeSpace.html create mode 100644 docs/types/DQueryCodeRequest.html create mode 100644 docs/types/DQueryCodesRequest.html create mode 100644 docs/types/DQueryContractHistoryRequest.html create mode 100644 docs/types/DQueryContractInfoRequest.html create mode 100644 docs/types/DQueryContractsByCodeRequest.html create mode 100644 docs/types/DQueryContractsByCreatorRequest.html create mode 100644 docs/types/DQueryFeed.html create mode 100644 docs/types/DQueryFileTreeAllFiles.html create mode 100644 docs/types/DQueryFileTreeFile.html create mode 100644 docs/types/DQueryFileTreeParams.html create mode 100644 docs/types/DQueryFileUploadCheck.html create mode 100644 docs/types/DQueryFindFile.html create mode 100644 docs/types/DQueryForSale.html create mode 100644 docs/types/DQueryFreeSpace.html create mode 100644 docs/types/DQueryInflation.html create mode 100644 docs/types/DQueryInit.html create mode 100644 docs/types/DQueryJklMintParams.html create mode 100644 docs/types/DQueryListOwnedNames.html create mode 100644 docs/types/DQueryName.html create mode 100644 docs/types/DQueryNotification.html create mode 100644 docs/types/DQueryNotificationsParams.html create mode 100644 docs/types/DQueryOpenFiles.html create mode 100644 docs/types/DQueryOracleParams.html create mode 100644 docs/types/DQueryParamsRequest.html create mode 100644 docs/types/DQueryPayData.html create mode 100644 docs/types/DQueryPinnedCodesRequest.html create mode 100644 docs/types/DQueryPriceCheck.html create mode 100644 docs/types/DQueryProof.html create mode 100644 docs/types/DQueryProofsByAddress.html create mode 100644 docs/types/DQueryProvider.html create mode 100644 docs/types/DQueryPubKey.html create mode 100644 docs/types/DQueryRawContractStateRequest.html create mode 100644 docs/types/DQueryReport.html create mode 100644 docs/types/DQueryRnsParams.html create mode 100644 docs/types/DQuerySmartContractStateRequest.html create mode 100644 docs/types/DQueryStorageAllFiles.html create mode 100644 docs/types/DQueryStorageAllFilesByMerkle.html create mode 100644 docs/types/DQueryStorageAllFilesByOwner.html create mode 100644 docs/types/DQueryStorageFile.html create mode 100644 docs/types/DQueryStorageParams.html create mode 100644 docs/types/DQueryStoragePaymentInfo.html create mode 100644 docs/types/DQueryStorageStats.html create mode 100644 docs/types/DQueryStoreCount.html create mode 100644 docs/types/DReportForm.html create mode 100644 docs/types/DRnsParams.html create mode 100644 docs/types/DStorageParams.html create mode 100644 docs/types/DStoragePaymentInfo.html create mode 100644 docs/types/DTxMsgData.html create mode 100644 docs/types/DUnifiedFile.html create mode 100644 docs/types/DUsersByPlanMap.html create mode 100644 docs/types/ITxCosmwasm.html create mode 100644 docs/types/ITxFileTree.html create mode 100644 docs/types/ITxNotifications.html create mode 100644 docs/types/ITxOracle.html create mode 100644 docs/types/ITxRns.html create mode 100644 docs/types/ITxStorage.html create mode 100644 docs/types/T37TxEvent.html create mode 100644 docs/types/THostQueryClient.html create mode 100644 docs/types/THostQueryExtensions.html create mode 100644 docs/types/THostSigningClient.html create mode 100644 docs/types/TJackalModuleType.html create mode 100644 docs/types/TJackalModuleTypeMap.html create mode 100644 docs/types/TJackalQueryClient.html create mode 100644 docs/types/TJackalSigningClient.html create mode 100644 docs/types/TMergedSigner.html create mode 100644 docs/types/TModuleType.html create mode 100644 docs/types/TMsgResponseParsers.html create mode 100644 docs/types/TPossibleTxEvents.html create mode 100644 docs/types/TQueryActiveProvidersResponseStrict.html create mode 100644 docs/types/TQueryAllAttestationsResponseStrict.html create mode 100644 docs/types/TQueryAllBidsResponseStrict.html create mode 100644 docs/types/TQueryAllContractStateResponseStrict.html create mode 100644 docs/types/TQueryAllFeedsResponseStrict.html create mode 100644 docs/types/TQueryAllForSaleResponseStrict.html create mode 100644 docs/types/TQueryAllInitsResponseStrict.html create mode 100644 docs/types/TQueryAllNamesResponseStrict.html create mode 100644 docs/types/TQueryAllNotificationsByAddressResponseStrict.html create mode 100644 docs/types/TQueryAllNotificationsResponseStrict.html create mode 100644 docs/types/TQueryAllProofsResponseStrict.html create mode 100644 docs/types/TQueryAllProvidersResponseStrict.html create mode 100644 docs/types/TQueryAllPubKeysResponseStrict.html create mode 100644 docs/types/TQueryAllReportsResponseStrict.html create mode 100644 docs/types/TQueryAllStoragePaymentInfoResponseStrict.html create mode 100644 docs/types/TQueryAttestationResponseStrict.html create mode 100644 docs/types/TQueryBidResponseStrict.html create mode 100644 docs/types/TQueryClientFreeSpaceResponseStrict.html create mode 100644 docs/types/TQueryCodeResponse.html create mode 100644 docs/types/TQueryCodesResponseStrict.html create mode 100644 docs/types/TQueryContractHistoryResponseStrict.html create mode 100644 docs/types/TQueryContractInfoResponse.html create mode 100644 docs/types/TQueryContractsByCodeResponseStrict.html create mode 100644 docs/types/TQueryContractsByCreatorResponseStrict.html create mode 100644 docs/types/TQueryExtensions.html create mode 100644 docs/types/TQueryFeedResponseStrict.html create mode 100644 docs/types/TQueryFileTreeAllFilesResponseStrict.html create mode 100644 docs/types/TQueryFileTreeFileResponseStrict.html create mode 100644 docs/types/TQueryFileTreeParamsResponseStrict.html create mode 100644 docs/types/TQueryFileUploadCheckResponseStrict.html create mode 100644 docs/types/TQueryFindFileResponseStrict.html create mode 100644 docs/types/TQueryForSaleResponseStrict.html create mode 100644 docs/types/TQueryFreeSpaceResponseStrict.html create mode 100644 docs/types/TQueryInflationResponseStrict.html create mode 100644 docs/types/TQueryInitResponseStrict.html create mode 100644 docs/types/TQueryJklMintParamsResponseStrict.html create mode 100644 docs/types/TQueryListOwnedNamesResponseStrict.html create mode 100644 docs/types/TQueryNameResponseStrict.html create mode 100644 docs/types/TQueryNotificationResponseStrict.html create mode 100644 docs/types/TQueryNotificationsParamsResponseStrict.html create mode 100644 docs/types/TQueryOracleParamsResponseStrict.html create mode 100644 docs/types/TQueryPayDataResponseStrict.html create mode 100644 docs/types/TQueryPinnedCodesResponseStrict.html create mode 100644 docs/types/TQueryPriceCheckResponseStrict.html create mode 100644 docs/types/TQueryProofResponseStrict.html create mode 100644 docs/types/TQueryProofsByAddressResponseStrict.html create mode 100644 docs/types/TQueryProviderResponseStrict.html create mode 100644 docs/types/TQueryPubKeyResponseStrict.html create mode 100644 docs/types/TQueryRawContractStateResponseStrict.html create mode 100644 docs/types/TQueryReportResponseStrict.html create mode 100644 docs/types/TQueryRnsParamsResponseStrict.html create mode 100644 docs/types/TQuerySmartContractStateResponseStrict.html create mode 100644 docs/types/TQueryStorageAllFilesByMerkleResponseStrict.html create mode 100644 docs/types/TQueryStorageAllFilesByOwnerResponseStrict.html create mode 100644 docs/types/TQueryStorageAllFilesResponseStrict.html create mode 100644 docs/types/TQueryStorageFileResponseStrict.html create mode 100644 docs/types/TQueryStorageParamsResponseStrict.html create mode 100644 docs/types/TQueryStoragePaymentInfoResponseStrict.html create mode 100644 docs/types/TQueryStorageStatsResponseStrict.html create mode 100644 docs/types/TQueryStoreCountResponseStrict.html create mode 100644 docs/types/WithOptional.html create mode 100644 docs/variables/ActiveProviders-1.html create mode 100644 docs/variables/Attestation-1.html create mode 100644 docs/variables/AttestationForm-1.html create mode 100644 docs/variables/Bids-1.html create mode 100644 docs/variables/Block-1.html create mode 100644 docs/variables/Feed-1.html create mode 100644 docs/variables/FileProof-1.html create mode 100644 docs/variables/Files-1.html create mode 100644 docs/variables/Forsale-1.html create mode 100644 docs/variables/Init-1.html create mode 100644 docs/variables/Names-1.html create mode 100644 docs/variables/Notification-1.html create mode 100644 docs/variables/Providers-1.html create mode 100644 docs/variables/Pubkey-1.html create mode 100644 docs/variables/ReportForm-1.html create mode 100644 docs/variables/StoragePaymentInfo-1.html create mode 100644 docs/variables/UnifiedFile-1.html create mode 100644 docs/variables/txResponseLibrary.html diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 0000000..5674cf3 --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,22 @@ +:root { + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --code-background: var(--dark-code-background); +} + +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.js b/docs/assets/icons.js new file mode 100644 index 0000000..b79c9e8 --- /dev/null +++ b/docs/assets/icons.js @@ -0,0 +1,15 @@ +(function(svg) { + svg.innerHTML = ``; + svg.style.display = 'none'; + if (location.protocol === 'file:') { + if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', updateUseElements); + else updateUseElements() + function updateUseElements() { + document.querySelectorAll('use').forEach(el => { + if (el.getAttribute('href').includes('#icon-')) { + el.setAttribute('href', el.getAttribute('href').replace(/.*#/, '#')); + } + }); + } + } +})(document.body.appendChild(document.createElementNS('http://www.w3.org/2000/svg', 'svg'))) \ No newline at end of file diff --git a/docs/assets/icons.svg b/docs/assets/icons.svg new file mode 100644 index 0000000..7dead61 --- /dev/null +++ b/docs/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 0000000..d6f1388 --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Ce=Object.create;var ne=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Ce(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(console.log("Show page"),document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){console.log("Scorlling");let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ve(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ve(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let y=document.createElement("li");y.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,y.append(p),e.appendChild(y)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ne(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function ce(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var He={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>He[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",fe="mousemove",H="mouseup",J={x:0,y:0},pe=!1,ee=!1,Be=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",fe="touchmove",H="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(H,()=>{ee=!1});document.addEventListener("click",t=>{pe&&(t.preventDefault(),t.stopImmediatePropagation(),pe=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ye=document.head.appendChild(document.createElement("style"));ye.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ye.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ve(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ve(t.value)})}function ve(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.pathname===r.pathname&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js new file mode 100644 index 0000000..80b3f83 --- /dev/null +++ b/docs/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 0000000..6dfd985 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 0000000..778b949 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1412 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 > a:not(.link), +h2 > a:not(.link), +h3 > a:not(.link), +h4 > a:not(.link), +h5 > a:not(.link), +h6 > a:not(.link) { + text-decoration: none; + color: var(--color-text); +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} +.tsd-generator { + margin: 0 1em; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/docs/functions/connectHostQueryClient.html b/docs/functions/connectHostQueryClient.html new file mode 100644 index 0000000..eaf7536 --- /dev/null +++ b/docs/functions/connectHostQueryClient.html @@ -0,0 +1 @@ +connectHostQueryClient | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/connectHostSigningClient.html b/docs/functions/connectHostSigningClient.html new file mode 100644 index 0000000..bdc9a45 --- /dev/null +++ b/docs/functions/connectHostSigningClient.html @@ -0,0 +1 @@ +connectHostSigningClient | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/connectJackalQueryClient.html b/docs/functions/connectJackalQueryClient.html new file mode 100644 index 0000000..e405f6f --- /dev/null +++ b/docs/functions/connectJackalQueryClient.html @@ -0,0 +1 @@ +connectJackalQueryClient | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/connectJackalSigningClient.html b/docs/functions/connectJackalSigningClient.html new file mode 100644 index 0000000..906bb22 --- /dev/null +++ b/docs/functions/connectJackalSigningClient.html @@ -0,0 +1 @@ +connectJackalSigningClient | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/findQueryKey.html b/docs/functions/findQueryKey.html new file mode 100644 index 0000000..35c99fd --- /dev/null +++ b/docs/functions/findQueryKey.html @@ -0,0 +1 @@ +findQueryKey | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/parseMsgResponse.html b/docs/functions/parseMsgResponse.html new file mode 100644 index 0000000..5f60c07 --- /dev/null +++ b/docs/functions/parseMsgResponse.html @@ -0,0 +1 @@ +parseMsgResponse | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/functions/reencodeEncodedObject.html b/docs/functions/reencodeEncodedObject.html new file mode 100644 index 0000000..4c63ab2 --- /dev/null +++ b/docs/functions/reencodeEncodedObject.html @@ -0,0 +1 @@ +reencodeEncodedObject | @jackallabs/jackal.js-protos
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..0968980 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,2 @@ +@jackallabs/jackal.js-protos

@jackallabs/jackal.js-protos

Sample Docs

These docs are generated and may not contain the most current version of the JSDocs.

+
\ No newline at end of file diff --git a/docs/interfaces/ActiveProviders.html b/docs/interfaces/ActiveProviders.html new file mode 100644 index 0000000..ef75631 --- /dev/null +++ b/docs/interfaces/ActiveProviders.html @@ -0,0 +1,2 @@ +ActiveProviders | @jackallabs/jackal.js-protos
interface ActiveProviders {
    address: string;
}

Properties

Properties

address: string
\ No newline at end of file diff --git a/docs/interfaces/Attestation.html b/docs/interfaces/Attestation.html new file mode 100644 index 0000000..452c9c8 --- /dev/null +++ b/docs/interfaces/Attestation.html @@ -0,0 +1,3 @@ +Attestation | @jackallabs/jackal.js-protos
interface Attestation {
    complete: boolean;
    provider: string;
}

Properties

Properties

complete: boolean
provider: string
\ No newline at end of file diff --git a/docs/interfaces/AttestationForm.html b/docs/interfaces/AttestationForm.html new file mode 100644 index 0000000..f2761e5 --- /dev/null +++ b/docs/interfaces/AttestationForm.html @@ -0,0 +1,8 @@ +AttestationForm | @jackallabs/jackal.js-protos
interface AttestationForm {
    attestations: Attestation[];
    merkle: Uint8Array;
    owner: string;
    prover: string;
    start: number;
}

Properties

attestations: Attestation[]
merkle: Uint8Array

The merkle root is unique to every file based on its contents.

+
owner: string
prover: string
start: number

Marks the block height the file started on.

+
\ No newline at end of file diff --git a/docs/interfaces/Bids.html b/docs/interfaces/Bids.html new file mode 100644 index 0000000..1bfcc26 --- /dev/null +++ b/docs/interfaces/Bids.html @@ -0,0 +1,5 @@ +Bids | @jackallabs/jackal.js-protos
interface Bids {
    bidder: string;
    index: string;
    name: string;
    price: string;
}

Properties

Properties

bidder: string
index: string
name: string
price: string
\ No newline at end of file diff --git a/docs/interfaces/Block.html b/docs/interfaces/Block.html new file mode 100644 index 0000000..980375f --- /dev/null +++ b/docs/interfaces/Block.html @@ -0,0 +1,5 @@ +Block | @jackallabs/jackal.js-protos
interface Block {
    address: string;
    blockedAddress: string;
}

Properties

Properties

address: string

the address controlling the profile

+
blockedAddress: string

the address being blocked

+
\ No newline at end of file diff --git a/docs/interfaces/Feed.html b/docs/interfaces/Feed.html new file mode 100644 index 0000000..a930655 --- /dev/null +++ b/docs/interfaces/Feed.html @@ -0,0 +1,5 @@ +Feed | @jackallabs/jackal.js-protos
interface Feed {
    data: string;
    lastUpdate: undefined | Date;
    name: string;
    owner: string;
}

Properties

Properties

data: string
lastUpdate: undefined | Date
name: string
owner: string
\ No newline at end of file diff --git a/docs/interfaces/FileProof.html b/docs/interfaces/FileProof.html new file mode 100644 index 0000000..023f713 --- /dev/null +++ b/docs/interfaces/FileProof.html @@ -0,0 +1,10 @@ +FileProof | @jackallabs/jackal.js-protos
interface FileProof {
    chunkToProve: number;
    lastProven: number;
    merkle: Uint8Array;
    owner: string;
    prover: string;
    start: number;
}

Properties

chunkToProve: number
lastProven: number
merkle: Uint8Array

Used to identify which deal this proof belongs to

+
owner: string

''

+
prover: string
start: number

''

+
\ No newline at end of file diff --git a/docs/interfaces/Files.html b/docs/interfaces/Files.html new file mode 100644 index 0000000..57c719d --- /dev/null +++ b/docs/interfaces/Files.html @@ -0,0 +1,7 @@ +Files | @jackallabs/jackal.js-protos
interface Files {
    address: string;
    contents: string;
    editAccess: string;
    owner: string;
    trackingNumber: string;
    viewingAccess: string;
}

Properties

address: string
contents: string
editAccess: string
owner: string
trackingNumber: string
viewingAccess: string
\ No newline at end of file diff --git a/docs/interfaces/Forsale.html b/docs/interfaces/Forsale.html new file mode 100644 index 0000000..a07f98b --- /dev/null +++ b/docs/interfaces/Forsale.html @@ -0,0 +1,5 @@ +Forsale | @jackallabs/jackal.js-protos

TODO: fix casing

+
interface Forsale {
    name: string;
    owner: string;
    price: string;
}

Properties

Properties

name: string
owner: string
price: string
\ No newline at end of file diff --git a/docs/interfaces/ICosmwasmExtension.html b/docs/interfaces/ICosmwasmExtension.html new file mode 100644 index 0000000..9854036 --- /dev/null +++ b/docs/interfaces/ICosmwasmExtension.html @@ -0,0 +1,3 @@ +ICosmwasmExtension | @jackallabs/jackal.js-protos

IStorageExtension

+
interface ICosmwasmExtension {
    cosmwasm: ICosmwasmExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/ICosmwasmExtensionMembers.html b/docs/interfaces/ICosmwasmExtensionMembers.html new file mode 100644 index 0000000..af06e08 --- /dev/null +++ b/docs/interfaces/ICosmwasmExtensionMembers.html @@ -0,0 +1,36 @@ +ICosmwasmExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the FileTree module.

+

IStorageExtensionMembers

+
interface ICosmwasmExtensionMembers {
    allContractState: ((request) => Promise<TQueryAllContractStateResponseStrict>);
    code: ((request) => Promise<TQueryCodeResponse>);
    codes: ((request) => Promise<TQueryCodesResponseStrict>);
    contractHistory: ((request) => Promise<TQueryContractHistoryResponseStrict>);
    contractInfo: ((request) => Promise<TQueryContractInfoResponse>);
    contractsByCode: ((request) => Promise<TQueryContractsByCodeResponseStrict>);
    contractsByCreator: ((request) => Promise<TQueryContractsByCreatorResponseStrict>);
    params: ((request?) => Promise<QueryParamsRequest>);
    pinnedCodes: ((request) => Promise<TQueryPinnedCodesResponseStrict>);
    rawContractState: ((request) => Promise<TQueryRawContractStateResponseStrict>);
    smartContractState: ((request) => Promise<TQuerySmartContractStateResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • ICosmwasmExtensionMembers

Properties

allContractState: ((request) => Promise<TQueryAllContractStateResponseStrict>)

Type declaration

Function

activeProviders

+

Returns

Promise

+
code: ((request) => Promise<TQueryCodeResponse>)

Type declaration

Function

allAttestations

+

Returns

Promise

+
codes: ((request) => Promise<TQueryCodesResponseStrict>)

Type declaration

Function

allFiles

+

Returns

Promise

+
contractHistory: ((request) => Promise<TQueryContractHistoryResponseStrict>)

Type declaration

Function

allFilesByMerkle

+

Returns

Promise

+
contractInfo: ((request) => Promise<TQueryContractInfoResponse>)

Type declaration

Function

allFilesByOwner

+

Returns

Promise

+
contractsByCode: ((request) => Promise<TQueryContractsByCodeResponseStrict>)

Type declaration

Function

allProofs

+

Returns

Promise

+
contractsByCreator: ((request) => Promise<TQueryContractsByCreatorResponseStrict>)

Type declaration

Function

allProviders

+

Returns

Promise

+
params: ((request?) => Promise<QueryParamsRequest>)

Type declaration

    • (request?): Promise<QueryParamsRequest>
    • Parameters

      • Optional request: QueryParamsRequest

      Returns Promise<QueryParamsRequest>

Function

clientFreeSpace

+

Returns

Promise

+
pinnedCodes: ((request) => Promise<TQueryPinnedCodesResponseStrict>)

Type declaration

Function

allReports

+

Returns

Promise

+
rawContractState: ((request) => Promise<TQueryRawContractStateResponseStrict>)

Type declaration

Function

allStoragePaymentInfo

+

Returns

Promise

+
smartContractState: ((request) => Promise<TQuerySmartContractStateResponseStrict>)

Type declaration

Function

attestation

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/IExtendedSigningStargateClientOptions.html b/docs/interfaces/IExtendedSigningStargateClientOptions.html new file mode 100644 index 0000000..dce8044 --- /dev/null +++ b/docs/interfaces/IExtendedSigningStargateClientOptions.html @@ -0,0 +1,15 @@ +IExtendedSigningStargateClientOptions | @jackallabs/jackal.js-protos

Interface IExtendedSigningStargateClientOptions

ExtendedSigningStargateClientOptions declaration + IExtendedSigningStargateClientOptions

+
interface IExtendedSigningStargateClientOptions {
    accountParser?: AccountParser;
    aminoTypes?: AminoTypes;
    broadcastPollIntervalMs?: number;
    broadcastTimeoutMs?: number;
    customModules?: TCustomModuleMap[];
    gasPrice?: GasPrice;
    queryExtensions?: TCreateExtension[];
    registry?: Registry;
    txLibrary?: TTxLibrary;
}

Hierarchy

  • SigningStargateClientOptions
    • IExtendedSigningStargateClientOptions

Properties

accountParser?: AccountParser
aminoTypes?: AminoTypes
broadcastPollIntervalMs?: number
broadcastTimeoutMs?: number
customModules?: TCustomModuleMap[]

Array of Custom Module Maps.

+
gasPrice?: GasPrice
queryExtensions?: TCreateExtension[]

Array of functions to generate query extensions.

+
registry?: Registry
txLibrary?: TTxLibrary

Library of tx msg encoders.

+
\ No newline at end of file diff --git a/docs/interfaces/IExtendedStargateClientOptions.html b/docs/interfaces/IExtendedStargateClientOptions.html new file mode 100644 index 0000000..d8f2287 --- /dev/null +++ b/docs/interfaces/IExtendedStargateClientOptions.html @@ -0,0 +1,6 @@ +IExtendedStargateClientOptions | @jackallabs/jackal.js-protos

Interface IExtendedStargateClientOptions

IExtendedStargateClientOptions declaration + IExtendedStargateClientOptions

+
interface IExtendedStargateClientOptions {
    accountParser?: AccountParser;
    queryExtensions?: TCreateExtension[];
}

Hierarchy

  • StargateClientOptions
    • IExtendedStargateClientOptions

Properties

accountParser?: AccountParser
queryExtensions?: TCreateExtension[]

Array of functions to generate query extensions.

+
\ No newline at end of file diff --git a/docs/interfaces/IFileTreeExtension.html b/docs/interfaces/IFileTreeExtension.html new file mode 100644 index 0000000..575324e --- /dev/null +++ b/docs/interfaces/IFileTreeExtension.html @@ -0,0 +1,3 @@ +IFileTreeExtension | @jackallabs/jackal.js-protos

IFileTreeExtension

+
interface IFileTreeExtension {
    fileTree: IFileTreeExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/IFileTreeExtensionMembers.html b/docs/interfaces/IFileTreeExtensionMembers.html new file mode 100644 index 0000000..8c7472b --- /dev/null +++ b/docs/interfaces/IFileTreeExtensionMembers.html @@ -0,0 +1,18 @@ +IFileTreeExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the FileTree module.

+

IFileTreeExtensionMembers

+
interface IFileTreeExtensionMembers {
    allFiles: ((request?) => Promise<TQueryFileTreeAllFilesResponseStrict>);
    allPubKeys: ((request?) => Promise<TQueryAllPubKeysResponseStrict>);
    file: ((request) => Promise<TQueryFileTreeFileResponseStrict>);
    params: ((request?) => Promise<TQueryFileTreeParamsResponseStrict>);
    pubKey: ((request) => Promise<TQueryPubKeyResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • IFileTreeExtensionMembers

Properties

allFiles: ((request?) => Promise<TQueryFileTreeAllFilesResponseStrict>)

Type declaration

Function

allFiles

+

Returns

Promise

+
allPubKeys: ((request?) => Promise<TQueryAllPubKeysResponseStrict>)

Type declaration

Function

allPubKeys

+

Returns

Promise

+
file: ((request) => Promise<TQueryFileTreeFileResponseStrict>)

Type declaration

Function

file

+

Returns

Promise

+
params: ((request?) => Promise<TQueryFileTreeParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
pubKey: ((request) => Promise<TQueryPubKeyResponseStrict>)

Type declaration

Function

pubKey

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/IHostTxLibrary.html b/docs/interfaces/IHostTxLibrary.html new file mode 100644 index 0000000..1e6da93 --- /dev/null +++ b/docs/interfaces/IHostTxLibrary.html @@ -0,0 +1,3 @@ +IHostTxLibrary | @jackallabs/jackal.js-protos

Collection of all host Msgs.

+
interface IHostTxLibrary {
    cosmwasm: ITxCosmwasm;
}

Hierarchy

  • Record<string, any>
    • IHostTxLibrary

Properties

Properties

cosmwasm: ITxCosmwasm
\ No newline at end of file diff --git a/docs/interfaces/IIbcEngageBundle.html b/docs/interfaces/IIbcEngageBundle.html new file mode 100644 index 0000000..1acc7cd --- /dev/null +++ b/docs/interfaces/IIbcEngageBundle.html @@ -0,0 +1,7 @@ +IIbcEngageBundle | @jackallabs/jackal.js-protos

IIbcEngageBundle

+
interface IIbcEngageBundle<T> {
    chainId: string;
    endpoint: string;
    feed: T[];
    parser: ((source) => any);
    query?: string;
}

Type Parameters

Properties

chainId: string
endpoint: string
feed: T[]
parser: ((source) => any)

Type declaration

    • (source): any
    • Parameters

      • source: T

      Returns any

query?: string
\ No newline at end of file diff --git a/docs/interfaces/IIbcQueryClient.html b/docs/interfaces/IIbcQueryClient.html new file mode 100644 index 0000000..f87b147 --- /dev/null +++ b/docs/interfaces/IIbcQueryClient.html @@ -0,0 +1,38 @@ +IIbcQueryClient | @jackallabs/jackal.js-protos

Interface IIbcQueryClient<TQ>

IIbcQueryClient

+
interface IIbcQueryClient<TQ> {
    queries: TQ;
    broadcastTx(tx, timeoutMs?, pollIntervalMs?): Promise<DeliverTxResponse>;
    broadcastTxSync(tx): Promise<string>;
    disconnect(): void;
    forceGetCometClient(): CometClient;
    forceGetQueryClient(): QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension;
    getAccount(searchAddress): Promise<null | Account>;
    getAllBalances(address): Promise<readonly Coin[]>;
    getBalance(address, searchDenom): Promise<Coin>;
    getBalanceStaked(address): Promise<null | Coin>;
    getBlock(height?): Promise<Block>;
    getChainId(): Promise<string>;
    getCometClient(): undefined | CometClient;
    getDelegation(delegatorAddress, validatorAddress): Promise<null | Coin>;
    getHeight(): Promise<number>;
    getQueryClient(): undefined | QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension;
    getSequence(address): Promise<SequenceResponse>;
    getTx(id): Promise<null | IndexedTx>;
    monitor<T>(connections): void;
    searchTx(query): Promise<IndexedTx[]>;
}

Type Parameters

  • TQ extends TQueryLibrary

Hierarchy

  • StargateClient
  • IWebsocketCore
    • IIbcQueryClient

Properties

queries: TQ

Methods

  • Broadcasts a signed transaction to the network and monitors its inclusion in a block.

    +

    If broadcasting is rejected by the node for some reason (e.g. because of a CheckTx failure), +an error is thrown.

    +

    If the transaction is not included in a block before the provided timeout, this errors with a TimeoutError.

    +

    If the transaction is included in a block, a DeliverTxResponse is returned. The caller then +usually needs to check for execution success or failure.

    +

    Parameters

    • tx: Uint8Array
    • Optional timeoutMs: number
    • Optional pollIntervalMs: number

    Returns Promise<DeliverTxResponse>

  • Broadcasts a signed transaction to the network without monitoring it.

    +

    If broadcasting is rejected by the node for some reason (e.g. because of a CheckTx failure), +an error is thrown.

    +

    If the transaction is broadcasted, a string containing the hash of the transaction is returned. The caller then +usually needs to check if the transaction was included in a block and was successful.

    +

    Parameters

    • tx: Uint8Array

    Returns Promise<string>

    Returns the hash of the transaction

    +
  • Returns void

  • Returns CometClient

  • Returns QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension

  • Parameters

    • searchAddress: string

    Returns Promise<null | Account>

  • Queries all balances for all denoms that belong to this address.

    +

    Uses the grpc queries (which iterates over the store internally), and we cannot get +proofs from such a method.

    +

    Parameters

    • address: string

    Returns Promise<readonly Coin[]>

  • Parameters

    • address: string
    • searchDenom: string

    Returns Promise<Coin>

  • Parameters

    • address: string

    Returns Promise<null | Coin>

  • Parameters

    • Optional height: number

    Returns Promise<Block>

  • Returns Promise<string>

  • Returns undefined | CometClient

  • Parameters

    • delegatorAddress: string
    • validatorAddress: string

    Returns Promise<null | Coin>

  • Returns Promise<number>

  • Returns undefined | QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension

  • Parameters

    • address: string

    Returns Promise<SequenceResponse>

  • Parameters

    • id: string

    Returns Promise<null | IndexedTx>

  • Type Parameters

    Parameters

    Returns void

    Function

    monitor

    +
  • Parameters

    • query: SearchTxQuery

    Returns Promise<IndexedTx[]>

\ No newline at end of file diff --git a/docs/interfaces/IIbcSigningClient.html b/docs/interfaces/IIbcSigningClient.html new file mode 100644 index 0000000..a78a2da --- /dev/null +++ b/docs/interfaces/IIbcSigningClient.html @@ -0,0 +1,67 @@ +IIbcSigningClient | @jackallabs/jackal.js-protos

Interface IIbcSigningClient<TQ, TT>

IIbcSigningClient

+
interface IIbcSigningClient<TQ, TT> {
    broadcastPollIntervalMs: undefined | number;
    broadcastTimeoutMs: undefined | number;
    queries: TQ;
    registry: Registry;
    txLibrary: TT;
    broadcastTx(tx, timeoutMs?, pollIntervalMs?): Promise<DeliverTxResponse>;
    broadcastTxSync(tx): Promise<string>;
    delegateTokens(delegatorAddress, validatorAddress, amount, fee, memo?): Promise<DeliverTxResponse>;
    disconnect(): void;
    forceGetCometClient(): CometClient;
    forceGetQueryClient(): QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension;
    getAccount(searchAddress): Promise<null | Account>;
    getAllBalances(address): Promise<readonly Coin[]>;
    getBalance(address, searchDenom): Promise<Coin>;
    getBalanceStaked(address): Promise<null | Coin>;
    getBlock(height?): Promise<Block>;
    getChainId(): Promise<string>;
    getCometClient(): undefined | CometClient;
    getDelegation(delegatorAddress, validatorAddress): Promise<null | Coin>;
    getHeight(): Promise<number>;
    getQueryClient(): undefined | QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension;
    getSequence(address): Promise<SequenceResponse>;
    getTx(id): Promise<null | IndexedTx>;
    monitor<T>(connections): void;
    searchTx(query): Promise<IndexedTx[]>;
    selfSignAndBroadcast(msgs, options?): Promise<DeliverTxResponse>;
    sendIbcTokens(senderAddress, recipientAddress, transferAmount, sourcePort, sourceChannel, timeoutHeight, timeoutTimestamp, fee, memo?): Promise<DeliverTxResponse>;
    sendTokens(senderAddress, recipientAddress, amount, fee, memo?): Promise<DeliverTxResponse>;
    sign(signerAddress, messages, fee, memo, explicitSignerData?, timeoutHeight?): Promise<TxRaw>;
    signAndBroadcast(signerAddress, messages, fee, memo?, timeoutHeight?): Promise<DeliverTxResponse>;
    signAndBroadcastSync(signerAddress, messages, fee, memo?, timeoutHeight?): Promise<string>;
    simulate(signerAddress, messages, memo): Promise<number>;
    undelegateTokens(delegatorAddress, validatorAddress, amount, fee, memo?): Promise<DeliverTxResponse>;
    withdrawRewards(delegatorAddress, validatorAddress, fee, memo?): Promise<DeliverTxResponse>;
}

Type Parameters

  • TQ extends TQueryLibrary
  • TT extends TTxLibrary

Hierarchy

  • SigningStargateClient
  • IWebsocketCore
    • IIbcSigningClient

Properties

broadcastPollIntervalMs: undefined | number
broadcastTimeoutMs: undefined | number
queries: TQ
registry: Registry
txLibrary: TT

Methods

  • Broadcasts a signed transaction to the network and monitors its inclusion in a block.

    +

    If broadcasting is rejected by the node for some reason (e.g. because of a CheckTx failure), +an error is thrown.

    +

    If the transaction is not included in a block before the provided timeout, this errors with a TimeoutError.

    +

    If the transaction is included in a block, a DeliverTxResponse is returned. The caller then +usually needs to check for execution success or failure.

    +

    Parameters

    • tx: Uint8Array
    • Optional timeoutMs: number
    • Optional pollIntervalMs: number

    Returns Promise<DeliverTxResponse>

  • Broadcasts a signed transaction to the network without monitoring it.

    +

    If broadcasting is rejected by the node for some reason (e.g. because of a CheckTx failure), +an error is thrown.

    +

    If the transaction is broadcasted, a string containing the hash of the transaction is returned. The caller then +usually needs to check if the transaction was included in a block and was successful.

    +

    Parameters

    • tx: Uint8Array

    Returns Promise<string>

    Returns the hash of the transaction

    +
  • Parameters

    • delegatorAddress: string
    • validatorAddress: string
    • amount: Coin
    • fee: number | StdFee | "auto"
    • Optional memo: string

    Returns Promise<DeliverTxResponse>

  • Returns void

  • Returns CometClient

  • Returns QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension

  • Parameters

    • searchAddress: string

    Returns Promise<null | Account>

  • Queries all balances for all denoms that belong to this address.

    +

    Uses the grpc queries (which iterates over the store internally), and we cannot get +proofs from such a method.

    +

    Parameters

    • address: string

    Returns Promise<readonly Coin[]>

  • Parameters

    • address: string
    • searchDenom: string

    Returns Promise<Coin>

  • Parameters

    • address: string

    Returns Promise<null | Coin>

  • Parameters

    • Optional height: number

    Returns Promise<Block>

  • Returns Promise<string>

  • Returns undefined | CometClient

  • Parameters

    • delegatorAddress: string
    • validatorAddress: string

    Returns Promise<null | Coin>

  • Returns Promise<number>

  • Returns undefined | QueryClient & AuthExtension & BankExtension & StakingExtension & TxExtension

  • Parameters

    • address: string

    Returns Promise<SequenceResponse>

  • Parameters

    • id: string

    Returns Promise<null | IndexedTx>

  • Type Parameters

    Parameters

    Returns void

    Function

    monitor

    +
  • Parameters

    • query: SearchTxQuery

    Returns Promise<IndexedTx[]>

  • Parameters

    • msgs: EncodeObject[]
    • Optional options: ISignAndBroadcastOptions

    Returns Promise<DeliverTxResponse>

  • Parameters

    • senderAddress: string
    • recipientAddress: string
    • transferAmount: Coin
    • sourcePort: string
    • sourceChannel: string
    • timeoutHeight: undefined | Height
    • timeoutTimestamp: undefined | number

      timeout in seconds

      +
    • fee: number | StdFee | "auto"
    • Optional memo: string

    Returns Promise<DeliverTxResponse>

    Deprecated

    This API does not support setting the memo field of MsgTransfer (only the transaction memo). +We'll remove this method at some point because trying to wrap the various message types is a losing strategy. +Please migrate to signAndBroadcast with an MsgTransferEncodeObject created in the caller code instead.

    +

    See

    https://github.com/cosmos/cosmjs/issues/1493

    +
  • Parameters

    • senderAddress: string
    • recipientAddress: string
    • amount: readonly Coin[]
    • fee: number | StdFee | "auto"
    • Optional memo: string

    Returns Promise<DeliverTxResponse>

  • Gets account number and sequence from the API, creates a sign doc, +creates a single signature and assembles the signed transaction.

    +

    The sign mode (SIGN_MODE_DIRECT or SIGN_MODE_LEGACY_AMINO_JSON) is determined by this client's signer.

    +

    You can pass signer data (account number, sequence and chain ID) explicitly instead of querying them +from the chain. This is needed when signing for a multisig account, but it also allows for offline signing +(See the SigningStargateClient.offline constructor).

    +

    Parameters

    • signerAddress: string
    • messages: readonly EncodeObject[]
    • fee: StdFee
    • memo: string
    • Optional explicitSignerData: SignerData
    • Optional timeoutHeight: bigint

    Returns Promise<TxRaw>

  • Parameters

    • signerAddress: string
    • messages: readonly EncodeObject[]
    • fee: number | StdFee | "auto"
    • Optional memo: string
    • Optional timeoutHeight: bigint

    Returns Promise<DeliverTxResponse>

  • This method is useful if you want to send a transaction in broadcast, +without waiting for it to be placed inside a block, because for example +I would like to receive the hash to later track the transaction with another tool.

    +

    Parameters

    • signerAddress: string
    • messages: readonly EncodeObject[]
    • fee: number | StdFee | "auto"
    • Optional memo: string
    • Optional timeoutHeight: bigint

    Returns Promise<string>

    Returns the hash of the transaction

    +
  • Parameters

    • signerAddress: string
    • messages: readonly EncodeObject[]
    • memo: undefined | string

    Returns Promise<number>

  • Parameters

    • delegatorAddress: string
    • validatorAddress: string
    • amount: Coin
    • fee: number | StdFee | "auto"
    • Optional memo: string

    Returns Promise<DeliverTxResponse>

  • Parameters

    • delegatorAddress: string
    • validatorAddress: string
    • fee: number | StdFee | "auto"
    • Optional memo: string

    Returns Promise<DeliverTxResponse>

\ No newline at end of file diff --git a/docs/interfaces/IJklMintExtension.html b/docs/interfaces/IJklMintExtension.html new file mode 100644 index 0000000..ff2e8bf --- /dev/null +++ b/docs/interfaces/IJklMintExtension.html @@ -0,0 +1,3 @@ +IJklMintExtension | @jackallabs/jackal.js-protos

IJklMintExtension

+
interface IJklMintExtension {
    jklMint: IJklMintExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/IJklMintExtensionMembers.html b/docs/interfaces/IJklMintExtensionMembers.html new file mode 100644 index 0000000..18e6993 --- /dev/null +++ b/docs/interfaces/IJklMintExtensionMembers.html @@ -0,0 +1,9 @@ +IJklMintExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the JklMint module.

+

IJklMintExtensionMembers

+
interface IJklMintExtensionMembers {
    inflation: ((request?) => Promise<TQueryInflationResponseStrict>);
    params: ((request?) => Promise<TQueryJklMintParamsResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • IJklMintExtensionMembers

Properties

Properties

inflation: ((request?) => Promise<TQueryInflationResponseStrict>)

Type declaration

Function

inflation

+

Returns

Promise

+
params: ((request?) => Promise<TQueryJklMintParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/IMsgData.html b/docs/interfaces/IMsgData.html new file mode 100644 index 0000000..6db2a48 --- /dev/null +++ b/docs/interfaces/IMsgData.html @@ -0,0 +1,5 @@ +IMsgData | @jackallabs/jackal.js-protos

MsgData declaration for compatibility with Jackal chain + IMsgData

+
interface IMsgData {
    data: Uint8Array;
    msgType: string;
}

Properties

Properties

data: Uint8Array
msgType: string
\ No newline at end of file diff --git a/docs/interfaces/IMsgResponse.html b/docs/interfaces/IMsgResponse.html new file mode 100644 index 0000000..a719999 --- /dev/null +++ b/docs/interfaces/IMsgResponse.html @@ -0,0 +1,4 @@ +IMsgResponse | @jackallabs/jackal.js-protos

IMsgResponse

+
interface IMsgResponse {
    data: Uint8Array;
    msgType: string;
}

Properties

Properties

data: Uint8Array
msgType: string
\ No newline at end of file diff --git a/docs/interfaces/INotificationsExtension.html b/docs/interfaces/INotificationsExtension.html new file mode 100644 index 0000000..e423e69 --- /dev/null +++ b/docs/interfaces/INotificationsExtension.html @@ -0,0 +1,3 @@ +INotificationsExtension | @jackallabs/jackal.js-protos

INotificationsExtension

+
interface INotificationsExtension {
    notifications: INotificationsExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/INotificationsExtensionMembers.html b/docs/interfaces/INotificationsExtensionMembers.html new file mode 100644 index 0000000..88adef5 --- /dev/null +++ b/docs/interfaces/INotificationsExtensionMembers.html @@ -0,0 +1,15 @@ +INotificationsExtensionMembers | @jackallabs/jackal.js-protos

Interface INotificationsExtensionMembers

All functions for querying data from the Oracle module.

+

INotificationsExtensionMembers

+
interface INotificationsExtensionMembers {
    allNotifications: ((request?) => Promise<TQueryAllNotificationsResponseStrict>);
    allNotificationsByAddress: ((request) => Promise<TQueryAllNotificationsByAddressResponseStrict>);
    notification: ((request) => Promise<TQueryNotificationResponseStrict>);
    params: ((request?) => Promise<TQueryNotificationsParamsResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • INotificationsExtensionMembers

Properties

allNotifications: ((request?) => Promise<TQueryAllNotificationsResponseStrict>)

Type declaration

Function

allNotifications

+

Returns

Promise

+
allNotificationsByAddress: ((request) => Promise<TQueryAllNotificationsByAddressResponseStrict>)

Type declaration

Function

allNotificationsByAddress

+

Returns

Promise

+
notification: ((request) => Promise<TQueryNotificationResponseStrict>)

Type declaration

Function

notification

+

Returns

Promise

+
params: ((request?) => Promise<TQueryNotificationsParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/IOracleExtension.html b/docs/interfaces/IOracleExtension.html new file mode 100644 index 0000000..d6210be --- /dev/null +++ b/docs/interfaces/IOracleExtension.html @@ -0,0 +1,3 @@ +IOracleExtension | @jackallabs/jackal.js-protos

IOracleExtension

+
interface IOracleExtension {
    oracle: IOracleExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/IOracleExtensionMembers.html b/docs/interfaces/IOracleExtensionMembers.html new file mode 100644 index 0000000..8c0ae8f --- /dev/null +++ b/docs/interfaces/IOracleExtensionMembers.html @@ -0,0 +1,12 @@ +IOracleExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the Oracle module.

+

IOracleExtensionMembers

+
interface IOracleExtensionMembers {
    allFeeds: ((request?) => Promise<TQueryAllFeedsResponseStrict>);
    feed: ((request) => Promise<TQueryFeedResponseStrict>);
    params: ((request?) => Promise<TQueryOracleParamsResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • IOracleExtensionMembers

Properties

Properties

allFeeds: ((request?) => Promise<TQueryAllFeedsResponseStrict>)

Type declaration

Function

allFeeds

+

Returns

Promise

+
feed: ((request) => Promise<TQueryFeedResponseStrict>)

Type declaration

Function

feed

+

Returns

Promise

+
params: ((request?) => Promise<TQueryOracleParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/IRnsExtension.html b/docs/interfaces/IRnsExtension.html new file mode 100644 index 0000000..548829b --- /dev/null +++ b/docs/interfaces/IRnsExtension.html @@ -0,0 +1,3 @@ +IRnsExtension | @jackallabs/jackal.js-protos

IRnsExtension

+
interface IRnsExtension {
    rns: IRnsExtensionMembers;
}

Hierarchy

Properties

rns +

Properties

\ No newline at end of file diff --git a/docs/interfaces/IRnsExtensionMembers.html b/docs/interfaces/IRnsExtensionMembers.html new file mode 100644 index 0000000..5a77a09 --- /dev/null +++ b/docs/interfaces/IRnsExtensionMembers.html @@ -0,0 +1,33 @@ +IRnsExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the RNS module.

+

IRnsExtensionMembers

+
interface IRnsExtensionMembers {
    allBids: ((request?) => Promise<TQueryAllBidsResponseStrict>);
    allForSale: ((request?) => Promise<TQueryAllForSaleResponseStrict>);
    allInits: ((request?) => Promise<TQueryAllInitsResponseStrict>);
    allNames: ((request?) => Promise<TQueryAllNamesResponseStrict>);
    bid: ((request) => Promise<TQueryBidResponseStrict>);
    forSale: ((request) => Promise<TQueryForSaleResponseStrict>);
    init: ((request) => Promise<TQueryInitResponseStrict>);
    listOwnedNames: ((request) => Promise<TQueryListOwnedNamesResponseStrict>);
    name: ((request) => Promise<TQueryNameResponseStrict>);
    params: ((request?) => Promise<TQueryRnsParamsResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • IRnsExtensionMembers

Properties

allBids: ((request?) => Promise<TQueryAllBidsResponseStrict>)

Type declaration

Function

allBids

+

Returns

Promise

+
allForSale: ((request?) => Promise<TQueryAllForSaleResponseStrict>)

Type declaration

Function

allForSale

+

Returns

Promise

+
allInits: ((request?) => Promise<TQueryAllInitsResponseStrict>)

Type declaration

Function

allInits

+

Returns

Promise

+
allNames: ((request?) => Promise<TQueryAllNamesResponseStrict>)

Type declaration

Function

allNames

+

Returns

Promise

+
bid: ((request) => Promise<TQueryBidResponseStrict>)

Type declaration

Function

bid

+

Returns

Promise

+
forSale: ((request) => Promise<TQueryForSaleResponseStrict>)

Type declaration

Function

forSale

+

Returns

Promise

+
init: ((request) => Promise<TQueryInitResponseStrict>)

Type declaration

Function

init

+

Returns

Promise

+
listOwnedNames: ((request) => Promise<TQueryListOwnedNamesResponseStrict>)

Type declaration

Function

listOwnedNames

+

Returns

Promise

+
name: ((request) => Promise<TQueryNameResponseStrict>)

Type declaration

Function

name

+

Returns

Promise

+
params: ((request?) => Promise<TQueryRnsParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/ISignAndBroadcastOptions.html b/docs/interfaces/ISignAndBroadcastOptions.html new file mode 100644 index 0000000..211eaa5 --- /dev/null +++ b/docs/interfaces/ISignAndBroadcastOptions.html @@ -0,0 +1,4 @@ +ISignAndBroadcastOptions | @jackallabs/jackal.js-protos

ISignAndBroadcastOptions

+
interface ISignAndBroadcastOptions {
    fee?: StdFee;
    memo?: string;
}

Properties

Properties

fee?: StdFee
memo?: string
\ No newline at end of file diff --git a/docs/interfaces/IStorageExtension.html b/docs/interfaces/IStorageExtension.html new file mode 100644 index 0000000..d527f83 --- /dev/null +++ b/docs/interfaces/IStorageExtension.html @@ -0,0 +1,3 @@ +IStorageExtension | @jackallabs/jackal.js-protos

IStorageExtension

+
interface IStorageExtension {
    storage: IStorageExtensionMembers;
}

Hierarchy

Properties

Properties

\ No newline at end of file diff --git a/docs/interfaces/IStorageExtensionMembers.html b/docs/interfaces/IStorageExtensionMembers.html new file mode 100644 index 0000000..79429a2 --- /dev/null +++ b/docs/interfaces/IStorageExtensionMembers.html @@ -0,0 +1,81 @@ +IStorageExtensionMembers | @jackallabs/jackal.js-protos

All functions for querying data from the FileTree module.

+

IStorageExtensionMembers

+
interface IStorageExtensionMembers {
    activeProviders: ((request?) => Promise<TQueryActiveProvidersResponseStrict>);
    allAttestations: ((request?) => Promise<TQueryAllAttestationsResponseStrict>);
    allFiles: ((request?) => Promise<TQueryStorageAllFilesResponseStrict>);
    allFilesByMerkle: ((request) => Promise<TQueryStorageAllFilesByMerkleResponseStrict>);
    allFilesByOwner: ((request) => Promise<TQueryStorageAllFilesByOwnerResponseStrict>);
    allProofs: ((request?) => Promise<TQueryAllProofsResponseStrict>);
    allProviders: ((request?) => Promise<TQueryAllProvidersResponseStrict>);
    allReports: ((request?) => Promise<TQueryAllReportsResponseStrict>);
    allStoragePaymentInfo: ((request?) => Promise<TQueryAllStoragePaymentInfoResponseStrict>);
    attestation: ((request) => Promise<TQueryAttestationResponseStrict>);
    clientFreeSpace: ((request) => Promise<TQueryClientFreeSpaceResponseStrict>);
    file: ((request) => Promise<TQueryStorageFileResponseStrict>);
    fileUploadCheck: ((request) => Promise<TQueryFileUploadCheckResponseStrict>);
    findFile: ((request) => Promise<TQueryFindFileResponseStrict>);
    freeSpace: ((request) => Promise<TQueryFreeSpaceResponseStrict>);
    openFiles: ((request) => Promise<TQueryStorageAllFilesResponseStrict>);
    params: ((request?) => Promise<TQueryStorageParamsResponseStrict>);
    payData: ((request) => Promise<TQueryPayDataResponseStrict>);
    priceCheck: ((request) => Promise<TQueryPriceCheckResponseStrict>);
    proof: ((request) => Promise<TQueryProofResponseStrict>);
    proofsByAddress: ((request) => Promise<TQueryProofsByAddressResponseStrict>);
    provider: ((request) => Promise<TQueryProviderResponseStrict>);
    report: ((request) => Promise<TQueryReportResponseStrict>);
    storagePaymentInfo: ((request) => Promise<TQueryStoragePaymentInfoResponseStrict>);
    storageStats: ((request?) => Promise<TQueryStorageStatsResponseStrict>);
    storeCount: ((request) => Promise<TQueryStoreCountResponseStrict>);
}

Hierarchy

  • Record<string, ((request?) => Promise<any>)>
    • IStorageExtensionMembers

Properties

activeProviders: ((request?) => Promise<TQueryActiveProvidersResponseStrict>)

Type declaration

Function

activeProviders

+

Returns

Promise

+
allAttestations: ((request?) => Promise<TQueryAllAttestationsResponseStrict>)

Type declaration

Function

allAttestations

+

Returns

Promise

+
allFiles: ((request?) => Promise<TQueryStorageAllFilesResponseStrict>)

Type declaration

Function

allFiles

+

Returns

Promise

+
allFilesByMerkle: ((request) => Promise<TQueryStorageAllFilesByMerkleResponseStrict>)

Type declaration

Function

allFilesByMerkle

+

Returns

Promise

+
allFilesByOwner: ((request) => Promise<TQueryStorageAllFilesByOwnerResponseStrict>)

Type declaration

Function

allFilesByOwner

+

Returns

Promise

+
allProofs: ((request?) => Promise<TQueryAllProofsResponseStrict>)

Type declaration

Function

allProofs

+

Returns

Promise

+
allProviders: ((request?) => Promise<TQueryAllProvidersResponseStrict>)

Type declaration

Function

allProviders

+

Returns

Promise

+
allReports: ((request?) => Promise<TQueryAllReportsResponseStrict>)

Type declaration

Function

allReports

+

Returns

Promise

+
allStoragePaymentInfo: ((request?) => Promise<TQueryAllStoragePaymentInfoResponseStrict>)

Type declaration

Function

allStoragePaymentInfo

+

Returns

Promise

+
attestation: ((request) => Promise<TQueryAttestationResponseStrict>)

Type declaration

Function

attestation

+

Returns

Promise

+
clientFreeSpace: ((request) => Promise<TQueryClientFreeSpaceResponseStrict>)

Type declaration

Function

clientFreeSpace

+

Returns

Promise

+
file: ((request) => Promise<TQueryStorageFileResponseStrict>)

Type declaration

Function

file

+

Returns

Promise

+
fileUploadCheck: ((request) => Promise<TQueryFileUploadCheckResponseStrict>)

Type declaration

Function

fileUploadCheck

+

Returns

Promise

+
findFile: ((request) => Promise<TQueryFindFileResponseStrict>)

Type declaration

Function

findFile

+

Returns

Promise

+
freeSpace: ((request) => Promise<TQueryFreeSpaceResponseStrict>)

Type declaration

Function

freeSpace

+

Returns

Promise

+
openFiles: ((request) => Promise<TQueryStorageAllFilesResponseStrict>)

Type declaration

Function

openFiles

+

Returns

Promise

+
params: ((request?) => Promise<TQueryStorageParamsResponseStrict>)

Type declaration

Function

params

+

Returns

Promise

+
payData: ((request) => Promise<TQueryPayDataResponseStrict>)

Type declaration

Function

payData

+

Returns

Promise

+
priceCheck: ((request) => Promise<TQueryPriceCheckResponseStrict>)

Type declaration

Function

priceCheck

+

Returns

Promise

+
proof: ((request) => Promise<TQueryProofResponseStrict>)

Type declaration

Function

proof

+

Returns

Promise

+
proofsByAddress: ((request) => Promise<TQueryProofsByAddressResponseStrict>)

Type declaration

Function

proofsByAddress

+

Returns

Promise

+
provider: ((request) => Promise<TQueryProviderResponseStrict>)

Type declaration

Function

provider

+

Returns

Promise

+
report: ((request) => Promise<TQueryReportResponseStrict>)

Type declaration

Function

report

+

Returns

Promise

+
storagePaymentInfo: ((request) => Promise<TQueryStoragePaymentInfoResponseStrict>)

Type declaration

Function

storagePaymentInfo

+

Returns

Promise

+
storageStats: ((request?) => Promise<TQueryStorageStatsResponseStrict>)

Type declaration

Function

storageStats

+

Returns

Promise

+
storeCount: ((request) => Promise<TQueryStoreCountResponseStrict>)

Type declaration

Function

storeCount

+

Returns

Promise

+
\ No newline at end of file diff --git a/docs/interfaces/ITxLibrary.html b/docs/interfaces/ITxLibrary.html new file mode 100644 index 0000000..c471a1e --- /dev/null +++ b/docs/interfaces/ITxLibrary.html @@ -0,0 +1,10 @@ +ITxLibrary | @jackallabs/jackal.js-protos

Collection of all custom Jackal Msgs. + ITxLibrary

+
interface ITxLibrary {
    bank: ITxBank;
    cosmwasm: ITxCosmwasm;
    fileTree: ITxFileTree;
    notifications: ITxNotifications;
    oracle: ITxOracle;
    rns: ITxRns;
    storage: ITxStorage;
}

Hierarchy

  • Record<string, any>
    • ITxLibrary

Properties

bank: ITxBank
cosmwasm: ITxCosmwasm
fileTree: ITxFileTree
notifications: ITxNotifications
oracle: ITxOracle
rns: ITxRns
storage: ITxStorage
\ No newline at end of file diff --git a/docs/interfaces/Init.html b/docs/interfaces/Init.html new file mode 100644 index 0000000..af14cb5 --- /dev/null +++ b/docs/interfaces/Init.html @@ -0,0 +1,3 @@ +Init | @jackallabs/jackal.js-protos
interface Init {
    address: string;
    complete: boolean;
}

Properties

Properties

address: string
complete: boolean
\ No newline at end of file diff --git a/docs/interfaces/Names.html b/docs/interfaces/Names.html new file mode 100644 index 0000000..7f958bc --- /dev/null +++ b/docs/interfaces/Names.html @@ -0,0 +1,8 @@ +Names | @jackallabs/jackal.js-protos
interface Names {
    data: string;
    expires: number;
    locked: number;
    name: string;
    subdomains: Names[];
    tld: string;
    value: string;
}

Properties

data: string
expires: number
locked: number
name: string
subdomains: Names[]
tld: string
value: string
\ No newline at end of file diff --git a/docs/interfaces/Notification.html b/docs/interfaces/Notification.html new file mode 100644 index 0000000..837a151 --- /dev/null +++ b/docs/interfaces/Notification.html @@ -0,0 +1,11 @@ +Notification | @jackallabs/jackal.js-protos
interface Notification {
    contents: string;
    from: string;
    privateContents: Uint8Array;
    time: number;
    to: string;
}

Properties

contents: string

must be valid json string

+
from: string

the address receiving the notification

+
privateContents: Uint8Array

allowing for arbitrary data that is supposed to be decrypted using a private key

+
time: number

time of creation in microseconds

+
to: string

the address sending the notification

+
\ No newline at end of file diff --git a/docs/interfaces/Providers.html b/docs/interfaces/Providers.html new file mode 100644 index 0000000..36acba5 --- /dev/null +++ b/docs/interfaces/Providers.html @@ -0,0 +1,9 @@ +Providers | @jackallabs/jackal.js-protos
interface Providers {
    address: string;
    authClaimers: string[];
    burnedContracts: string;
    creator: string;
    ip: string;
    keybaseIdentity: string;
    totalspace: string;
}

Properties

address: string
authClaimers: string[]
burnedContracts: string
creator: string
ip: string
keybaseIdentity: string
totalspace: string

TODO: fix casing

+
\ No newline at end of file diff --git a/docs/interfaces/Pubkey.html b/docs/interfaces/Pubkey.html new file mode 100644 index 0000000..cbb6304 --- /dev/null +++ b/docs/interfaces/Pubkey.html @@ -0,0 +1,3 @@ +Pubkey | @jackallabs/jackal.js-protos
interface Pubkey {
    address: string;
    key: string;
}

Properties

Properties

address: string
key: string
\ No newline at end of file diff --git a/docs/interfaces/ReportForm.html b/docs/interfaces/ReportForm.html new file mode 100644 index 0000000..b7e5889 --- /dev/null +++ b/docs/interfaces/ReportForm.html @@ -0,0 +1,8 @@ +ReportForm | @jackallabs/jackal.js-protos
interface ReportForm {
    attestations: Attestation[];
    merkle: Uint8Array;
    owner: string;
    prover: string;
    start: number;
}

Properties

attestations: Attestation[]
merkle: Uint8Array

The merkle root is unique to every file based on its contents.

+
owner: string
prover: string
start: number

Marks the block height the file started on.

+
\ No newline at end of file diff --git a/docs/interfaces/StoragePaymentInfo.html b/docs/interfaces/StoragePaymentInfo.html new file mode 100644 index 0000000..2d66334 --- /dev/null +++ b/docs/interfaces/StoragePaymentInfo.html @@ -0,0 +1,9 @@ +StoragePaymentInfo | @jackallabs/jackal.js-protos
interface StoragePaymentInfo {
    address: string;
    coins: Coin[];
    end: undefined | Date;
    spaceAvailable: number;
    spaceUsed: number;
    start: undefined | Date;
}

Properties

address: string
coins: Coin[]
end: undefined | Date
spaceAvailable: number

TODO: fix casing

+
spaceUsed: number

TODO: fix casing

+
start: undefined | Date
\ No newline at end of file diff --git a/docs/interfaces/TxEvent.html b/docs/interfaces/TxEvent.html new file mode 100644 index 0000000..4d56f86 --- /dev/null +++ b/docs/interfaces/TxEvent.html @@ -0,0 +1,5 @@ +TxEvent | @jackallabs/jackal.js-protos
interface TxEvent {
    hash: Uint8Array;
    height: number;
    result: TxData;
    tx: Uint8Array;
}

Properties

Properties

hash: Uint8Array
height: number
result: TxData
tx: Uint8Array
\ No newline at end of file diff --git a/docs/interfaces/UnifiedFile.html b/docs/interfaces/UnifiedFile.html new file mode 100644 index 0000000..d7b6961 --- /dev/null +++ b/docs/interfaces/UnifiedFile.html @@ -0,0 +1,18 @@ +UnifiedFile | @jackallabs/jackal.js-protos
interface UnifiedFile {
    expires: number;
    fileSize: number;
    maxProofs: number;
    merkle: Uint8Array;
    note: string;
    owner: string;
    proofInterval: number;
    proofType: number;
    proofs: string[];
    start: number;
}

Properties

expires: number

If not zero, the end block determines when a file should be deleted.

+
fileSize: number
maxProofs: number

How many provers this file can have.

+
merkle: Uint8Array

The merkle root is unique to every file based on its contents.

+
note: string

Misc string to store extra details.

+
owner: string
proofInterval: number

How many blocks between proofs.

+
proofType: number
proofs: string[]

A list of every file proof.

+
start: number

Marks the block height the file started on.

+
\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 0000000..a154f94 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,326 @@ +@jackallabs/jackal.js-protos

@jackallabs/jackal.js-protos

Index

Interfaces

Type Aliases

DActiveProvider +DAttestation +DAttestationForm +DBid +DBlock +DCoin +DCosmwasmParams +DDeliverTxResponse +DEncodeObject +DFeed +DFile +DFileProof +DForsale +DHttpEndpoint +DInit +DJklMintParams +DMsgAcceptBid +DMsgAcceptBidResponse +DMsgAddClaimer +DMsgAddClaimerResponse +DMsgAddEditors +DMsgAddEditorsResponse +DMsgAddRecord +DMsgAddRecordResponse +DMsgAddViewers +DMsgAddViewersResponse +DMsgAttest +DMsgAttestResponse +DMsgBid +DMsgBidResponse +DMsgBlockSenders +DMsgBlockSendersResponse +DMsgBuy +DMsgBuyResponse +DMsgBuyStorage +DMsgBuyStorageResponse +DMsgCancelBid +DMsgCancelBidResponse +DMsgChangeOwner +DMsgChangeOwnerResponse +DMsgCreateFeed +DMsgCreateFeedResponse +DMsgCreateNotification +DMsgCreateNotificationResponse +DMsgDelRecord +DMsgDelRecordResponse +DMsgDeleteNotification +DMsgDeleteNotificationResponse +DMsgDelist +DMsgDelistResponse +DMsgExecuteContract +DMsgExecuteContractResponse +DMsgFileTreeDeleteFile +DMsgFileTreeDeleteFileResponse +DMsgFileTreePostFile +DMsgFileTreePostFileResponse +DMsgInit +DMsgInitProvider +DMsgInitProviderResponse +DMsgInitResponse +DMsgInstantiateContract +DMsgInstantiateContractResponse +DMsgList +DMsgListResponse +DMsgPostKey +DMsgPostKeyResponse +DMsgPostProof +DMsgPostProofResponse +DMsgProvisionFileTree +DMsgProvisionFileTreeResponse +DMsgRegister +DMsgRegisterResponse +DMsgRemoveClaimer +DMsgRemoveClaimerResponse +DMsgRemoveEditors +DMsgRemoveEditorsResponse +DMsgRemoveViewers +DMsgRemoveViewersResponse +DMsgReport +DMsgReportResponse +DMsgRequestAttestationForm +DMsgRequestAttestationFormResponse +DMsgRequestReportForm +DMsgRequestReportFormResponse +DMsgResetEditors +DMsgResetEditorsResponse +DMsgResetViewers +DMsgResetViewersResponse +DMsgSetProviderIP +DMsgSetProviderIPResponse +DMsgSetProviderKeybase +DMsgSetProviderKeybaseResponse +DMsgSetProviderTotalSpace +DMsgSetProviderTotalSpaceResponse +DMsgShutdownProvider +DMsgShutdownProviderResponse +DMsgStorageDeleteFile +DMsgStorageDeleteFileResponse +DMsgStoragePostFile +DMsgStoragePostFileResponse +DMsgTransfer +DMsgTransferResponse +DMsgUpdate +DMsgUpdateFeed +DMsgUpdateFeedResponse +DMsgUpdateResponse +DName +DNotification +DOracleParams +DProvider +DPubkey +DQueryActiveProviders +DQueryAllAttestations +DQueryAllBids +DQueryAllContractStateRequest +DQueryAllFeeds +DQueryAllForSale +DQueryAllInits +DQueryAllNames +DQueryAllNotifications +DQueryAllNotificationsByAddress +DQueryAllProofs +DQueryAllProviders +DQueryAllPubKeys +DQueryAllReports +DQueryAllStoragePaymentInfo +DQueryAttestation +DQueryBid +DQueryClientFreeSpace +DQueryCodeRequest +DQueryCodesRequest +DQueryContractHistoryRequest +DQueryContractInfoRequest +DQueryContractsByCodeRequest +DQueryContractsByCreatorRequest +DQueryFeed +DQueryFileTreeAllFiles +DQueryFileTreeFile +DQueryFileTreeParams +DQueryFileUploadCheck +DQueryFindFile +DQueryForSale +DQueryFreeSpace +DQueryInflation +DQueryInit +DQueryJklMintParams +DQueryListOwnedNames +DQueryName +DQueryNotification +DQueryNotificationsParams +DQueryOpenFiles +DQueryOracleParams +DQueryParamsRequest +DQueryPayData +DQueryPinnedCodesRequest +DQueryPriceCheck +DQueryProof +DQueryProofsByAddress +DQueryProvider +DQueryPubKey +DQueryRawContractStateRequest +DQueryReport +DQueryRnsParams +DQuerySmartContractStateRequest +DQueryStorageAllFiles +DQueryStorageAllFilesByMerkle +DQueryStorageAllFilesByOwner +DQueryStorageFile +DQueryStorageParams +DQueryStoragePaymentInfo +DQueryStorageStats +DQueryStoreCount +DReportForm +DRnsParams +DStorageParams +DStoragePaymentInfo +DTxMsgData +DUnifiedFile +DUsersByPlanMap +ITxCosmwasm +ITxFileTree +ITxNotifications +ITxOracle +ITxRns +ITxStorage +T37TxEvent +THostQueryClient +THostQueryExtensions +THostSigningClient +TJackalModuleType +TJackalModuleTypeMap +TJackalQueryClient +TJackalSigningClient +TMergedSigner +TModuleType +TMsgResponseParsers +TPossibleTxEvents +TQueryActiveProvidersResponseStrict +TQueryAllAttestationsResponseStrict +TQueryAllBidsResponseStrict +TQueryAllContractStateResponseStrict +TQueryAllFeedsResponseStrict +TQueryAllForSaleResponseStrict +TQueryAllInitsResponseStrict +TQueryAllNamesResponseStrict +TQueryAllNotificationsByAddressResponseStrict +TQueryAllNotificationsResponseStrict +TQueryAllProofsResponseStrict +TQueryAllProvidersResponseStrict +TQueryAllPubKeysResponseStrict +TQueryAllReportsResponseStrict +TQueryAllStoragePaymentInfoResponseStrict +TQueryAttestationResponseStrict +TQueryBidResponseStrict +TQueryClientFreeSpaceResponseStrict +TQueryCodeResponse +TQueryCodesResponseStrict +TQueryContractHistoryResponseStrict +TQueryContractInfoResponse +TQueryContractsByCodeResponseStrict +TQueryContractsByCreatorResponseStrict +TQueryExtensions +TQueryFeedResponseStrict +TQueryFileTreeAllFilesResponseStrict +TQueryFileTreeFileResponseStrict +TQueryFileTreeParamsResponseStrict +TQueryFileUploadCheckResponseStrict +TQueryFindFileResponseStrict +TQueryForSaleResponseStrict +TQueryFreeSpaceResponseStrict +TQueryInflationResponseStrict +TQueryInitResponseStrict +TQueryJklMintParamsResponseStrict +TQueryListOwnedNamesResponseStrict +TQueryNameResponseStrict +TQueryNotificationResponseStrict +TQueryNotificationsParamsResponseStrict +TQueryOracleParamsResponseStrict +TQueryPayDataResponseStrict +TQueryPinnedCodesResponseStrict +TQueryPriceCheckResponseStrict +TQueryProofResponseStrict +TQueryProofsByAddressResponseStrict +TQueryProviderResponseStrict +TQueryPubKeyResponseStrict +TQueryRawContractStateResponseStrict +TQueryReportResponseStrict +TQueryRnsParamsResponseStrict +TQuerySmartContractStateResponseStrict +TQueryStorageAllFilesByMerkleResponseStrict +TQueryStorageAllFilesByOwnerResponseStrict +TQueryStorageAllFilesResponseStrict +TQueryStorageFileResponseStrict +TQueryStorageParamsResponseStrict +TQueryStoragePaymentInfoResponseStrict +TQueryStorageStatsResponseStrict +TQueryStoreCountResponseStrict +WithOptional +

Variables

Functions

\ No newline at end of file diff --git a/docs/types/DActiveProvider.html b/docs/types/DActiveProvider.html new file mode 100644 index 0000000..82af0e2 --- /dev/null +++ b/docs/types/DActiveProvider.html @@ -0,0 +1,2 @@ +DActiveProvider | @jackallabs/jackal.js-protos
DActiveProvider: Documentation<{
    address: string;
}, ActiveProviders>

ActiveProvider Documentation

+

Type declaration

  • address: string
\ No newline at end of file diff --git a/docs/types/DAttestation.html b/docs/types/DAttestation.html new file mode 100644 index 0000000..ebb4f2c --- /dev/null +++ b/docs/types/DAttestation.html @@ -0,0 +1,2 @@ +DAttestation | @jackallabs/jackal.js-protos
DAttestation: Documentation<{
    complete: boolean;
    provider: string;
}, Attestation>

Attestation Documentation

+

Type declaration

  • complete: boolean
  • provider: string
\ No newline at end of file diff --git a/docs/types/DAttestationForm.html b/docs/types/DAttestationForm.html new file mode 100644 index 0000000..5ca5f3b --- /dev/null +++ b/docs/types/DAttestationForm.html @@ -0,0 +1,2 @@ +DAttestationForm | @jackallabs/jackal.js-protos
DAttestationForm: Documentation<{
    attestations: DAttestation[];
    merkle: Uint8Array;
    owner: string;
    prover: string;
    start: number;
}, AttestationForm>

AttestationForm Documentation

+

Type declaration

  • attestations: DAttestation[]
  • merkle: Uint8Array
  • owner: string
  • prover: string
  • start: number
\ No newline at end of file diff --git a/docs/types/DBid.html b/docs/types/DBid.html new file mode 100644 index 0000000..b124139 --- /dev/null +++ b/docs/types/DBid.html @@ -0,0 +1,2 @@ +DBid | @jackallabs/jackal.js-protos
DBid: Documentation<{
    bidder: string;
    index: string;
    name: string;
    price: string;
}, Bids>

Bid Documentation

+

Type declaration

  • bidder: string
  • index: string
  • name: string
  • price: string
\ No newline at end of file diff --git a/docs/types/DBlock.html b/docs/types/DBlock.html new file mode 100644 index 0000000..21f9256 --- /dev/null +++ b/docs/types/DBlock.html @@ -0,0 +1,2 @@ +DBlock | @jackallabs/jackal.js-protos
DBlock: Documentation<{
    address: string;
    blockedAddress: string;
}, Block>

Block Documentation

+

Type declaration

  • address: string
  • blockedAddress: string
\ No newline at end of file diff --git a/docs/types/DCoin.html b/docs/types/DCoin.html new file mode 100644 index 0000000..a8b498c --- /dev/null +++ b/docs/types/DCoin.html @@ -0,0 +1,3 @@ +DCoin | @jackallabs/jackal.js-protos
DCoin: Documentation<{
    amount: string;
    denom: string;
}, Coin>

Coin Documentation

+

Coin defines a token with a denomination and an amount.

+

Type declaration

  • amount: string
  • denom: string
\ No newline at end of file diff --git a/docs/types/DCosmwasmParams.html b/docs/types/DCosmwasmParams.html new file mode 100644 index 0000000..cec50a1 --- /dev/null +++ b/docs/types/DCosmwasmParams.html @@ -0,0 +1,3 @@ +DCosmwasmParams | @jackallabs/jackal.js-protos
DCosmwasmParams: {
    codeUploadAccess: AccessConfig | undefined;
    instantiateDefaultPermission: AccessType;
}

StorageParams Documentation

+

StorageParams defines current parameters of the Storage module.

+

Type declaration

  • codeUploadAccess: AccessConfig | undefined
  • instantiateDefaultPermission: AccessType
\ No newline at end of file diff --git a/docs/types/DDeliverTxResponse.html b/docs/types/DDeliverTxResponse.html new file mode 100644 index 0000000..d246847 --- /dev/null +++ b/docs/types/DDeliverTxResponse.html @@ -0,0 +1,3 @@ +DDeliverTxResponse | @jackallabs/jackal.js-protos
DDeliverTxResponse: Documentation<{
    code: number;
    data?: readonly IMsgData[];
    events: readonly Event[];
    gasUsed: number;
    gasWanted: number;
    height: number;
    msgResponses: readonly DTxMsgData[];
    rawLog?: string;
    transactionHash: string;
    txIndex: number;
}, DeliverTxResponse>

DeliverTxResponse Documentation

+

DeliverTxResponse define the response after successfully broadcasting a transaction.

+

Type declaration

  • Readonly code: number
  • Optional Readonly data?: readonly IMsgData[]
  • Readonly events: readonly Event[]
  • Readonly gasUsed: number
  • Readonly gasWanted: number
  • Readonly height: number
  • Readonly msgResponses: readonly DTxMsgData[]
  • Optional Readonly rawLog?: string
  • Readonly transactionHash: string
  • Readonly txIndex: number
\ No newline at end of file diff --git a/docs/types/DEncodeObject.html b/docs/types/DEncodeObject.html new file mode 100644 index 0000000..815d75c --- /dev/null +++ b/docs/types/DEncodeObject.html @@ -0,0 +1,3 @@ +DEncodeObject | @jackallabs/jackal.js-protos
DEncodeObject: Documentation<{
    typeUrl: string;
    value: any;
}, EncodeObject>

EncodeObject Documentation

+

EncodeObject defines a msg object ready to be sent to chain.

+

Type declaration

  • Readonly typeUrl: string
  • Readonly value: any
\ No newline at end of file diff --git a/docs/types/DFeed.html b/docs/types/DFeed.html new file mode 100644 index 0000000..33ec292 --- /dev/null +++ b/docs/types/DFeed.html @@ -0,0 +1,2 @@ +DFeed | @jackallabs/jackal.js-protos
DFeed: Documentation<{
    data: string;
    lastUpdate: Date | undefined;
    name: string;
    owner: string;
}, Feed>

Feed Documentation

+

Type declaration

  • data: string
  • lastUpdate: Date | undefined
  • name: string
  • owner: string
\ No newline at end of file diff --git a/docs/types/DFile.html b/docs/types/DFile.html new file mode 100644 index 0000000..d5badff --- /dev/null +++ b/docs/types/DFile.html @@ -0,0 +1,2 @@ +DFile | @jackallabs/jackal.js-protos
DFile: Documentation<{
    address: string;
    contents: string;
    editAccess: string;
    owner: string;
    trackingNumber: string;
    viewingAccess: string;
}, Files>

File Documentation

+

Type declaration

  • address: string
  • contents: string
  • editAccess: string
  • owner: string
  • trackingNumber: string
  • viewingAccess: string
\ No newline at end of file diff --git a/docs/types/DFileProof.html b/docs/types/DFileProof.html new file mode 100644 index 0000000..ae45c8f --- /dev/null +++ b/docs/types/DFileProof.html @@ -0,0 +1,2 @@ +DFileProof | @jackallabs/jackal.js-protos
DFileProof: Documentation<{
    chunkToProve: number;
    lastProven: number;
    merkle: Uint8Array;
    owner: string;
    prover: string;
    start: number;
}, FileProof>

FileProof Documentation

+

Type declaration

  • chunkToProve: number
  • lastProven: number
  • merkle: Uint8Array
  • owner: string
  • prover: string
  • start: number
\ No newline at end of file diff --git a/docs/types/DForsale.html b/docs/types/DForsale.html new file mode 100644 index 0000000..21202fb --- /dev/null +++ b/docs/types/DForsale.html @@ -0,0 +1,2 @@ +DForsale | @jackallabs/jackal.js-protos
DForsale: Documentation<{
    name: string;
    owner: string;
    price: string;
}, Forsale>

Forsale Documentation

+

Type declaration

  • name: string
  • owner: string
  • price: string
\ No newline at end of file diff --git a/docs/types/DHttpEndpoint.html b/docs/types/DHttpEndpoint.html new file mode 100644 index 0000000..c922f13 --- /dev/null +++ b/docs/types/DHttpEndpoint.html @@ -0,0 +1,2 @@ +DHttpEndpoint | @jackallabs/jackal.js-protos
DHttpEndpoint: Documentation<{
    headers: Record<string, string>;
    url: string;
}, HttpEndpoint>

HttpEndpoint Documentation

+

Type declaration

  • Readonly headers: Record<string, string>
  • Readonly url: string
\ No newline at end of file diff --git a/docs/types/DInit.html b/docs/types/DInit.html new file mode 100644 index 0000000..2745c5a --- /dev/null +++ b/docs/types/DInit.html @@ -0,0 +1,2 @@ +DInit | @jackallabs/jackal.js-protos
DInit: Documentation<{
    address: string;
    complete: boolean;
}, Init>

Init Documentation

+

Type declaration

  • address: string
  • complete: boolean
\ No newline at end of file diff --git a/docs/types/DJklMintParams.html b/docs/types/DJklMintParams.html new file mode 100644 index 0000000..f5cf7f4 --- /dev/null +++ b/docs/types/DJklMintParams.html @@ -0,0 +1,3 @@ +DJklMintParams | @jackallabs/jackal.js-protos
DJklMintParams: {
    mintDenom: string;
    providerRatio: number;
    tokensPerBlock: number;
}

JklMintParams Documentation

+

JklMintParams defines current parameters of the JklMint module.

+

Type declaration

  • mintDenom: string
  • providerRatio: number
  • tokensPerBlock: number
\ No newline at end of file diff --git a/docs/types/DMsgAcceptBid.html b/docs/types/DMsgAcceptBid.html new file mode 100644 index 0000000..51d02c7 --- /dev/null +++ b/docs/types/DMsgAcceptBid.html @@ -0,0 +1,2 @@ +DMsgAcceptBid | @jackallabs/jackal.js-protos
DMsgAcceptBid: Documentation<{
    creator: string;
    from: string;
    name: string;
}, MsgAcceptBid>

MsgAcceptBid Documentation

+

Type declaration

  • creator: string
  • from: string
  • name: string
\ No newline at end of file diff --git a/docs/types/DMsgAcceptBidResponse.html b/docs/types/DMsgAcceptBidResponse.html new file mode 100644 index 0000000..36a03ba --- /dev/null +++ b/docs/types/DMsgAcceptBidResponse.html @@ -0,0 +1,2 @@ +DMsgAcceptBidResponse | @jackallabs/jackal.js-protos
DMsgAcceptBidResponse: Documentation<{}, MsgAcceptBidResponse>

MsgAcceptBidResponse Documentation

+

Type declaration

    \ No newline at end of file diff --git a/docs/types/DMsgAddClaimer.html b/docs/types/DMsgAddClaimer.html new file mode 100644 index 0000000..9bd52b0 --- /dev/null +++ b/docs/types/DMsgAddClaimer.html @@ -0,0 +1,2 @@ +DMsgAddClaimer | @jackallabs/jackal.js-protos
    DMsgAddClaimer: Documentation<{
        claimAddress: string;
        creator: string;
    }, MsgAddClaimer>

    MsgAddClaimer Documentation

    +

    Type declaration

    • claimAddress: string
    • creator: string
    \ No newline at end of file diff --git a/docs/types/DMsgAddClaimerResponse.html b/docs/types/DMsgAddClaimerResponse.html new file mode 100644 index 0000000..e261ee3 --- /dev/null +++ b/docs/types/DMsgAddClaimerResponse.html @@ -0,0 +1,2 @@ +DMsgAddClaimerResponse | @jackallabs/jackal.js-protos
    DMsgAddClaimerResponse: Documentation<{}, MsgAddClaimerResponse>

    MsgAddClaimerResponse Documentation

    +

    Type declaration

      \ No newline at end of file diff --git a/docs/types/DMsgAddEditors.html b/docs/types/DMsgAddEditors.html new file mode 100644 index 0000000..4e462b4 --- /dev/null +++ b/docs/types/DMsgAddEditors.html @@ -0,0 +1,2 @@ +DMsgAddEditors | @jackallabs/jackal.js-protos
      DMsgAddEditors: Documentation<{
          address: string;
          creator: string;
          editorIds: string;
          editorKeys: string;
          fileOwner: string;
      }, MsgAddEditors>

      MsgAddEditors Documentation

      +

      Type declaration

      • address: string
      • creator: string
      • editorIds: string
      • editorKeys: string
      • fileOwner: string
      \ No newline at end of file diff --git a/docs/types/DMsgAddEditorsResponse.html b/docs/types/DMsgAddEditorsResponse.html new file mode 100644 index 0000000..ef4e36e --- /dev/null +++ b/docs/types/DMsgAddEditorsResponse.html @@ -0,0 +1,2 @@ +DMsgAddEditorsResponse | @jackallabs/jackal.js-protos
      DMsgAddEditorsResponse: Documentation<{}, MsgAddEditorsResponse>

      MsgAddEditorsResponse Documentation

      +

      Type declaration

        \ No newline at end of file diff --git a/docs/types/DMsgAddRecord.html b/docs/types/DMsgAddRecord.html new file mode 100644 index 0000000..8f11582 --- /dev/null +++ b/docs/types/DMsgAddRecord.html @@ -0,0 +1,2 @@ +DMsgAddRecord | @jackallabs/jackal.js-protos
        DMsgAddRecord: Documentation<{
            creator: string;
            data: string;
            name: string;
            record: string;
            value: string;
        }, MsgAddRecord>

        MsgAddRecord Documentation

        +

        Type declaration

        • creator: string
        • data: string
        • name: string
        • record: string
        • value: string
        \ No newline at end of file diff --git a/docs/types/DMsgAddRecordResponse.html b/docs/types/DMsgAddRecordResponse.html new file mode 100644 index 0000000..b64fd6b --- /dev/null +++ b/docs/types/DMsgAddRecordResponse.html @@ -0,0 +1,2 @@ +DMsgAddRecordResponse | @jackallabs/jackal.js-protos
        DMsgAddRecordResponse: Documentation<{}, MsgAddRecordResponse>

        MsgAddRecordResponse Documentation

        +

        Type declaration

          \ No newline at end of file diff --git a/docs/types/DMsgAddViewers.html b/docs/types/DMsgAddViewers.html new file mode 100644 index 0000000..cf29537 --- /dev/null +++ b/docs/types/DMsgAddViewers.html @@ -0,0 +1,2 @@ +DMsgAddViewers | @jackallabs/jackal.js-protos
          DMsgAddViewers: Documentation<{
              address: string;
              creator: string;
              fileOwner: string;
              viewerIds: string;
              viewerKeys: string;
          }, MsgAddViewers>

          MsgAddViewers Documentation

          +

          Type declaration

          • address: string
          • creator: string
          • fileOwner: string
          • viewerIds: string
          • viewerKeys: string
          \ No newline at end of file diff --git a/docs/types/DMsgAddViewersResponse.html b/docs/types/DMsgAddViewersResponse.html new file mode 100644 index 0000000..dde6213 --- /dev/null +++ b/docs/types/DMsgAddViewersResponse.html @@ -0,0 +1,2 @@ +DMsgAddViewersResponse | @jackallabs/jackal.js-protos
          DMsgAddViewersResponse: Documentation<{}, MsgAddViewersResponse>

          MsgAddViewersResponse Documentation

          +

          Type declaration

            \ No newline at end of file diff --git a/docs/types/DMsgAttest.html b/docs/types/DMsgAttest.html new file mode 100644 index 0000000..ac99aaa --- /dev/null +++ b/docs/types/DMsgAttest.html @@ -0,0 +1,2 @@ +DMsgAttest | @jackallabs/jackal.js-protos
            DMsgAttest: Documentation<{
                creator: string;
                merkle: Uint8Array;
                owner: string;
                prover: string;
                start: number;
            }, MsgAttest>

            MsgAttest Documentation

            +

            Type declaration

            • creator: string
            • merkle: Uint8Array
            • owner: string
            • prover: string
            • start: number
            \ No newline at end of file diff --git a/docs/types/DMsgAttestResponse.html b/docs/types/DMsgAttestResponse.html new file mode 100644 index 0000000..8885e2a --- /dev/null +++ b/docs/types/DMsgAttestResponse.html @@ -0,0 +1,2 @@ +DMsgAttestResponse | @jackallabs/jackal.js-protos
            DMsgAttestResponse: Documentation<{}, MsgAttestResponse>

            MsgAttestResponse Documentation

            +

            Type declaration

              \ No newline at end of file diff --git a/docs/types/DMsgBid.html b/docs/types/DMsgBid.html new file mode 100644 index 0000000..96e6d70 --- /dev/null +++ b/docs/types/DMsgBid.html @@ -0,0 +1,2 @@ +DMsgBid | @jackallabs/jackal.js-protos
              DMsgBid: Documentation<{
                  bid: DCoin | undefined;
                  creator: string;
                  name: string;
              }, MsgBid>

              MsgBid Documentation

              +

              Type declaration

              • bid: DCoin | undefined
              • creator: string
              • name: string
              \ No newline at end of file diff --git a/docs/types/DMsgBidResponse.html b/docs/types/DMsgBidResponse.html new file mode 100644 index 0000000..302da3f --- /dev/null +++ b/docs/types/DMsgBidResponse.html @@ -0,0 +1,2 @@ +DMsgBidResponse | @jackallabs/jackal.js-protos
              DMsgBidResponse: Documentation<{}, MsgBidResponse>

              MsgBidResponse Documentation

              +

              Type declaration

                \ No newline at end of file diff --git a/docs/types/DMsgBlockSenders.html b/docs/types/DMsgBlockSenders.html new file mode 100644 index 0000000..7ef0591 --- /dev/null +++ b/docs/types/DMsgBlockSenders.html @@ -0,0 +1,2 @@ +DMsgBlockSenders | @jackallabs/jackal.js-protos
                DMsgBlockSenders: Documentation<{
                    creator: string;
                    toBlock: string[];
                }, MsgBlockSenders>

                MsgBlockSenders Documentation

                +

                Type declaration

                • creator: string
                • toBlock: string[]
                \ No newline at end of file diff --git a/docs/types/DMsgBlockSendersResponse.html b/docs/types/DMsgBlockSendersResponse.html new file mode 100644 index 0000000..11838a4 --- /dev/null +++ b/docs/types/DMsgBlockSendersResponse.html @@ -0,0 +1,2 @@ +DMsgBlockSendersResponse | @jackallabs/jackal.js-protos

                Type alias DMsgBlockSendersResponse

                DMsgBlockSendersResponse: Documentation<{}, MsgBlockSendersResponse>

                MsgBlockSendersResponse Documentation

                +

                Type declaration

                  \ No newline at end of file diff --git a/docs/types/DMsgBuy.html b/docs/types/DMsgBuy.html new file mode 100644 index 0000000..48dfa70 --- /dev/null +++ b/docs/types/DMsgBuy.html @@ -0,0 +1,2 @@ +DMsgBuy | @jackallabs/jackal.js-protos
                  DMsgBuy: Documentation<{
                      creator: string;
                      name: string;
                  }, MsgBuy>

                  MsgBuy Documentation

                  +

                  Type declaration

                  • creator: string
                  • name: string
                  \ No newline at end of file diff --git a/docs/types/DMsgBuyResponse.html b/docs/types/DMsgBuyResponse.html new file mode 100644 index 0000000..5d72c64 --- /dev/null +++ b/docs/types/DMsgBuyResponse.html @@ -0,0 +1,2 @@ +DMsgBuyResponse | @jackallabs/jackal.js-protos
                  DMsgBuyResponse: Documentation<{}, MsgBuyResponse>

                  MsgBuyResponse Documentation

                  +

                  Type declaration

                    \ No newline at end of file diff --git a/docs/types/DMsgBuyStorage.html b/docs/types/DMsgBuyStorage.html new file mode 100644 index 0000000..e73d6ff --- /dev/null +++ b/docs/types/DMsgBuyStorage.html @@ -0,0 +1,2 @@ +DMsgBuyStorage | @jackallabs/jackal.js-protos
                    DMsgBuyStorage: Documentation<{
                        bytes: number;
                        creator: string;
                        durationDays: number;
                        forAddress: string;
                        paymentDenom: string;
                    }, MsgBuyStorage>

                    MsgBuyStorage Documentation

                    +

                    Type declaration

                    • bytes: number
                    • creator: string
                    • durationDays: number
                    • forAddress: string
                    • paymentDenom: string
                    \ No newline at end of file diff --git a/docs/types/DMsgBuyStorageResponse.html b/docs/types/DMsgBuyStorageResponse.html new file mode 100644 index 0000000..64743ce --- /dev/null +++ b/docs/types/DMsgBuyStorageResponse.html @@ -0,0 +1,2 @@ +DMsgBuyStorageResponse | @jackallabs/jackal.js-protos
                    DMsgBuyStorageResponse: Documentation<{}, MsgBuyStorageResponse>

                    MsgBuyStorageResponse Documentation

                    +

                    Type declaration

                      \ No newline at end of file diff --git a/docs/types/DMsgCancelBid.html b/docs/types/DMsgCancelBid.html new file mode 100644 index 0000000..82f2273 --- /dev/null +++ b/docs/types/DMsgCancelBid.html @@ -0,0 +1,2 @@ +DMsgCancelBid | @jackallabs/jackal.js-protos
                      DMsgCancelBid: Documentation<{
                          creator: string;
                          name: string;
                      }, MsgCancelBid>

                      MsgCancelBid Documentation

                      +

                      Type declaration

                      • creator: string
                      • name: string
                      \ No newline at end of file diff --git a/docs/types/DMsgCancelBidResponse.html b/docs/types/DMsgCancelBidResponse.html new file mode 100644 index 0000000..dd67dbb --- /dev/null +++ b/docs/types/DMsgCancelBidResponse.html @@ -0,0 +1,2 @@ +DMsgCancelBidResponse | @jackallabs/jackal.js-protos
                      DMsgCancelBidResponse: Documentation<{}, MsgCancelBidResponse>

                      MsgCancelBidResponse Documentation

                      +

                      Type declaration

                        \ No newline at end of file diff --git a/docs/types/DMsgChangeOwner.html b/docs/types/DMsgChangeOwner.html new file mode 100644 index 0000000..5ce1f75 --- /dev/null +++ b/docs/types/DMsgChangeOwner.html @@ -0,0 +1,2 @@ +DMsgChangeOwner | @jackallabs/jackal.js-protos
                        DMsgChangeOwner: Documentation<{
                            address: string;
                            creator: string;
                            fileOwner: string;
                            newOwner: string;
                        }, MsgChangeOwner>

                        MsgChangeOwner Documentation

                        +

                        Type declaration

                        • address: string
                        • creator: string
                        • fileOwner: string
                        • newOwner: string
                        \ No newline at end of file diff --git a/docs/types/DMsgChangeOwnerResponse.html b/docs/types/DMsgChangeOwnerResponse.html new file mode 100644 index 0000000..2b0bd3a --- /dev/null +++ b/docs/types/DMsgChangeOwnerResponse.html @@ -0,0 +1,2 @@ +DMsgChangeOwnerResponse | @jackallabs/jackal.js-protos

                        Type alias DMsgChangeOwnerResponse

                        DMsgChangeOwnerResponse: Documentation<{}, MsgChangeOwnerResponse>

                        MsgChangeOwnerResponse Documentation

                        +

                        Type declaration

                          \ No newline at end of file diff --git a/docs/types/DMsgCreateFeed.html b/docs/types/DMsgCreateFeed.html new file mode 100644 index 0000000..764c05e --- /dev/null +++ b/docs/types/DMsgCreateFeed.html @@ -0,0 +1,2 @@ +DMsgCreateFeed | @jackallabs/jackal.js-protos
                          DMsgCreateFeed: Documentation<{
                              creator: string;
                              name: string;
                          }, MsgCreateFeed>

                          MsgCreateFeed Documentation

                          +

                          Type declaration

                          • creator: string
                          • name: string
                          \ No newline at end of file diff --git a/docs/types/DMsgCreateFeedResponse.html b/docs/types/DMsgCreateFeedResponse.html new file mode 100644 index 0000000..7bb66e9 --- /dev/null +++ b/docs/types/DMsgCreateFeedResponse.html @@ -0,0 +1,2 @@ +DMsgCreateFeedResponse | @jackallabs/jackal.js-protos
                          DMsgCreateFeedResponse: Documentation<{}, MsgCreateFeedResponse>

                          MsgCreateFeedResponse Documentation

                          +

                          Type declaration

                            \ No newline at end of file diff --git a/docs/types/DMsgCreateNotification.html b/docs/types/DMsgCreateNotification.html new file mode 100644 index 0000000..9895f99 --- /dev/null +++ b/docs/types/DMsgCreateNotification.html @@ -0,0 +1,6 @@ +DMsgCreateNotification | @jackallabs/jackal.js-protos
                            DMsgCreateNotification: Documentation<{
                                contents: string;
                                creator: string;
                                privateContents: Uint8Array;
                                to: string;
                            }, MsgCreateNotification>

                            MsgCreateNotification Documentation

                            +

                            Type declaration

                            • contents: string

                              must be valid json

                              +
                            • creator: string

                              who the notification is from

                              +
                            • privateContents: Uint8Array

                              private contents can be any byte array (meant to be encrypted data)

                              +
                            • to: string

                              address receiving the notification

                              +
                            \ No newline at end of file diff --git a/docs/types/DMsgCreateNotificationResponse.html b/docs/types/DMsgCreateNotificationResponse.html new file mode 100644 index 0000000..aa03717 --- /dev/null +++ b/docs/types/DMsgCreateNotificationResponse.html @@ -0,0 +1,2 @@ +DMsgCreateNotificationResponse | @jackallabs/jackal.js-protos

                            Type alias DMsgCreateNotificationResponse

                            DMsgCreateNotificationResponse: Documentation<{}, MsgCreateNotificationResponse>

                            MsgCreateNotificationResponse Documentation

                            +

                            Type declaration

                              \ No newline at end of file diff --git a/docs/types/DMsgDelRecord.html b/docs/types/DMsgDelRecord.html new file mode 100644 index 0000000..13aba89 --- /dev/null +++ b/docs/types/DMsgDelRecord.html @@ -0,0 +1,2 @@ +DMsgDelRecord | @jackallabs/jackal.js-protos
                              DMsgDelRecord: Documentation<{
                                  creator: string;
                                  name: string;
                              }, MsgDelRecord>

                              MsgDelRecord Documentation

                              +

                              Type declaration

                              • creator: string
                              • name: string
                              \ No newline at end of file diff --git a/docs/types/DMsgDelRecordResponse.html b/docs/types/DMsgDelRecordResponse.html new file mode 100644 index 0000000..23e38b2 --- /dev/null +++ b/docs/types/DMsgDelRecordResponse.html @@ -0,0 +1,2 @@ +DMsgDelRecordResponse | @jackallabs/jackal.js-protos
                              DMsgDelRecordResponse: Documentation<{}, MsgDelRecordResponse>

                              MsgDelRecordResponse Documentation

                              +

                              Type declaration

                                \ No newline at end of file diff --git a/docs/types/DMsgDeleteNotification.html b/docs/types/DMsgDeleteNotification.html new file mode 100644 index 0000000..35b8ad3 --- /dev/null +++ b/docs/types/DMsgDeleteNotification.html @@ -0,0 +1,2 @@ +DMsgDeleteNotification | @jackallabs/jackal.js-protos
                                DMsgDeleteNotification: Documentation<{
                                    creator: string;
                                    from: string;
                                    time: number;
                                }, MsgDeleteNotification>

                                MsgDeleteNotification Documentation

                                +

                                Type declaration

                                • creator: string
                                • from: string
                                • time: number
                                \ No newline at end of file diff --git a/docs/types/DMsgDeleteNotificationResponse.html b/docs/types/DMsgDeleteNotificationResponse.html new file mode 100644 index 0000000..ac3e8b8 --- /dev/null +++ b/docs/types/DMsgDeleteNotificationResponse.html @@ -0,0 +1,2 @@ +DMsgDeleteNotificationResponse | @jackallabs/jackal.js-protos

                                Type alias DMsgDeleteNotificationResponse

                                DMsgDeleteNotificationResponse: Documentation<{}, MsgDeleteNotificationResponse>

                                MsgDeleteNotificationResponse Documentation

                                +

                                Type declaration

                                  \ No newline at end of file diff --git a/docs/types/DMsgDelist.html b/docs/types/DMsgDelist.html new file mode 100644 index 0000000..4eb00d8 --- /dev/null +++ b/docs/types/DMsgDelist.html @@ -0,0 +1,2 @@ +DMsgDelist | @jackallabs/jackal.js-protos
                                  DMsgDelist: Documentation<{
                                      creator: string;
                                      name: string;
                                  }, MsgDelist>

                                  MsgDelist Documentation

                                  +

                                  Type declaration

                                  • creator: string
                                  • name: string
                                  \ No newline at end of file diff --git a/docs/types/DMsgDelistResponse.html b/docs/types/DMsgDelistResponse.html new file mode 100644 index 0000000..aa3a387 --- /dev/null +++ b/docs/types/DMsgDelistResponse.html @@ -0,0 +1,2 @@ +DMsgDelistResponse | @jackallabs/jackal.js-protos
                                  DMsgDelistResponse: Documentation<{}, MsgDelistResponse>

                                  MsgDelistResponse Documentation

                                  +

                                  Type declaration

                                    \ No newline at end of file diff --git a/docs/types/DMsgExecuteContract.html b/docs/types/DMsgExecuteContract.html new file mode 100644 index 0000000..79ff322 --- /dev/null +++ b/docs/types/DMsgExecuteContract.html @@ -0,0 +1,6 @@ +DMsgExecuteContract | @jackallabs/jackal.js-protos
                                    DMsgExecuteContract: Documentation<{
                                        contract: string;
                                        funds: Coin[];
                                        msg: Uint8Array;
                                        sender: string;
                                    }, MsgExecuteContract>

                                    MsgCreateNotification Documentation

                                    +

                                    Type declaration

                                    • contract: string

                                      Contract is the address of the smart contract

                                      +
                                    • funds: Coin[]

                                      Funds coins that are transferred to the contract on execution

                                      +
                                    • msg: Uint8Array

                                      Msg json encoded message to be passed to the contract

                                      +
                                    • sender: string

                                      Sender is the that actor that signed the messages

                                      +
                                    \ No newline at end of file diff --git a/docs/types/DMsgExecuteContractResponse.html b/docs/types/DMsgExecuteContractResponse.html new file mode 100644 index 0000000..2c0a0e4 --- /dev/null +++ b/docs/types/DMsgExecuteContractResponse.html @@ -0,0 +1,2 @@ +DMsgExecuteContractResponse | @jackallabs/jackal.js-protos

                                    Type alias DMsgExecuteContractResponse

                                    DMsgExecuteContractResponse: Documentation<{}, MsgExecuteContractResponse>

                                    MsgDeleteNotificationResponse Documentation

                                    +

                                    Type declaration

                                      \ No newline at end of file diff --git a/docs/types/DMsgFileTreeDeleteFile.html b/docs/types/DMsgFileTreeDeleteFile.html new file mode 100644 index 0000000..d30687c --- /dev/null +++ b/docs/types/DMsgFileTreeDeleteFile.html @@ -0,0 +1,2 @@ +DMsgFileTreeDeleteFile | @jackallabs/jackal.js-protos
                                      DMsgFileTreeDeleteFile: Documentation<{
                                          account: string;
                                          creator: string;
                                          hashPath: string;
                                      }, MsgDeleteFile>

                                      MsgFileTreeDeleteFile Documentation

                                      +

                                      Type declaration

                                      • account: string
                                      • creator: string
                                      • hashPath: string
                                      \ No newline at end of file diff --git a/docs/types/DMsgFileTreeDeleteFileResponse.html b/docs/types/DMsgFileTreeDeleteFileResponse.html new file mode 100644 index 0000000..353a875 --- /dev/null +++ b/docs/types/DMsgFileTreeDeleteFileResponse.html @@ -0,0 +1,2 @@ +DMsgFileTreeDeleteFileResponse | @jackallabs/jackal.js-protos

                                      Type alias DMsgFileTreeDeleteFileResponse

                                      DMsgFileTreeDeleteFileResponse: Documentation<{}, MsgDeleteFileResponse>

                                      MsgFileTreeDeleteFileResponse Documentation

                                      +

                                      Type declaration

                                        \ No newline at end of file diff --git a/docs/types/DMsgFileTreePostFile.html b/docs/types/DMsgFileTreePostFile.html new file mode 100644 index 0000000..d3e6e26 --- /dev/null +++ b/docs/types/DMsgFileTreePostFile.html @@ -0,0 +1,2 @@ +DMsgFileTreePostFile | @jackallabs/jackal.js-protos
                                        DMsgFileTreePostFile: Documentation<{
                                            account: string;
                                            contents: string;
                                            creator: string;
                                            editors: string;
                                            hashChild: string;
                                            hashParent: string;
                                            trackingNumber: string;
                                            viewers: string;
                                        }, MsgPostFile>

                                        MsgFileTreePostFile Documentation

                                        +

                                        Type declaration

                                        • account: string
                                        • contents: string
                                        • creator: string
                                        • editors: string
                                        • hashChild: string
                                        • hashParent: string
                                        • trackingNumber: string
                                        • viewers: string
                                        \ No newline at end of file diff --git a/docs/types/DMsgFileTreePostFileResponse.html b/docs/types/DMsgFileTreePostFileResponse.html new file mode 100644 index 0000000..9efaeb5 --- /dev/null +++ b/docs/types/DMsgFileTreePostFileResponse.html @@ -0,0 +1,2 @@ +DMsgFileTreePostFileResponse | @jackallabs/jackal.js-protos

                                        Type alias DMsgFileTreePostFileResponse

                                        DMsgFileTreePostFileResponse: Documentation<{
                                            path: string;
                                        }, MsgPostFileResponse>

                                        MsgFileTreePostFileResponse Documentation

                                        +

                                        Type declaration

                                        • path: string
                                        \ No newline at end of file diff --git a/docs/types/DMsgInit.html b/docs/types/DMsgInit.html new file mode 100644 index 0000000..789b306 --- /dev/null +++ b/docs/types/DMsgInit.html @@ -0,0 +1,2 @@ +DMsgInit | @jackallabs/jackal.js-protos
                                        DMsgInit: Documentation<{
                                            creator: string;
                                        }, MsgInit>

                                        MsgInit Documentation

                                        +

                                        Type declaration

                                        • creator: string
                                        \ No newline at end of file diff --git a/docs/types/DMsgInitProvider.html b/docs/types/DMsgInitProvider.html new file mode 100644 index 0000000..0ef5b64 --- /dev/null +++ b/docs/types/DMsgInitProvider.html @@ -0,0 +1,2 @@ +DMsgInitProvider | @jackallabs/jackal.js-protos
                                        DMsgInitProvider: Documentation<{
                                            creator: string;
                                            ip: string;
                                            keybase: string;
                                            totalSpace: number;
                                        }, MsgInitProvider>

                                        MsgInitProvider Documentation

                                        +

                                        Type declaration

                                        • creator: string
                                        • ip: string
                                        • keybase: string
                                        • totalSpace: number
                                        \ No newline at end of file diff --git a/docs/types/DMsgInitProviderResponse.html b/docs/types/DMsgInitProviderResponse.html new file mode 100644 index 0000000..c57fb41 --- /dev/null +++ b/docs/types/DMsgInitProviderResponse.html @@ -0,0 +1,2 @@ +DMsgInitProviderResponse | @jackallabs/jackal.js-protos

                                        Type alias DMsgInitProviderResponse

                                        DMsgInitProviderResponse: Documentation<{}, MsgInitProviderResponse>

                                        MsgInitProviderResponse Documentation

                                        +

                                        Type declaration

                                          \ No newline at end of file diff --git a/docs/types/DMsgInitResponse.html b/docs/types/DMsgInitResponse.html new file mode 100644 index 0000000..ca671d0 --- /dev/null +++ b/docs/types/DMsgInitResponse.html @@ -0,0 +1,2 @@ +DMsgInitResponse | @jackallabs/jackal.js-protos
                                          DMsgInitResponse: Documentation<{}, MsgInitResponse>

                                          MsgInitResponse Documentation

                                          +

                                          Type declaration

                                            \ No newline at end of file diff --git a/docs/types/DMsgInstantiateContract.html b/docs/types/DMsgInstantiateContract.html new file mode 100644 index 0000000..c433886 --- /dev/null +++ b/docs/types/DMsgInstantiateContract.html @@ -0,0 +1,8 @@ +DMsgInstantiateContract | @jackallabs/jackal.js-protos

                                            Type alias DMsgInstantiateContract

                                            DMsgInstantiateContract: Documentation<{
                                                admin: string;
                                                codeId: number;
                                                funds: Coin[];
                                                label: string;
                                                msg: Uint8Array;
                                                sender: string;
                                            }, MsgInstantiateContract>

                                            MsgDeleteNotification Documentation

                                            +

                                            Type declaration

                                            • admin: string

                                              Admin is an optional address that can execute migrations

                                              +
                                            • codeId: number

                                              CodeID is the reference to the stored WASM code

                                              +
                                            • funds: Coin[]

                                              Funds coins that are transferred to the contract on instantiation

                                              +
                                            • label: string

                                              Label is optional metadata to be stored with a contract instance.

                                              +
                                            • msg: Uint8Array

                                              Msg json encoded message to be passed to the contract on instantiation

                                              +
                                            • sender: string

                                              Sender is the that actor that signed the messages

                                              +
                                            \ No newline at end of file diff --git a/docs/types/DMsgInstantiateContractResponse.html b/docs/types/DMsgInstantiateContractResponse.html new file mode 100644 index 0000000..c5fae8d --- /dev/null +++ b/docs/types/DMsgInstantiateContractResponse.html @@ -0,0 +1,2 @@ +DMsgInstantiateContractResponse | @jackallabs/jackal.js-protos

                                            Type alias DMsgInstantiateContractResponse

                                            DMsgInstantiateContractResponse: Documentation<{}, MsgInstantiateContractResponse>

                                            MsgCreateNotificationResponse Documentation

                                            +

                                            Type declaration

                                              \ No newline at end of file diff --git a/docs/types/DMsgList.html b/docs/types/DMsgList.html new file mode 100644 index 0000000..0b2959e --- /dev/null +++ b/docs/types/DMsgList.html @@ -0,0 +1,2 @@ +DMsgList | @jackallabs/jackal.js-protos
                                              DMsgList: Documentation<{
                                                  creator: string;
                                                  name: string;
                                                  price: DCoin | undefined;
                                              }, MsgList>

                                              MsgList Documentation

                                              +

                                              Type declaration

                                              • creator: string
                                              • name: string
                                              • price: DCoin | undefined
                                              \ No newline at end of file diff --git a/docs/types/DMsgListResponse.html b/docs/types/DMsgListResponse.html new file mode 100644 index 0000000..c50ba76 --- /dev/null +++ b/docs/types/DMsgListResponse.html @@ -0,0 +1,2 @@ +DMsgListResponse | @jackallabs/jackal.js-protos
                                              DMsgListResponse: Documentation<{}, MsgListResponse>

                                              MsgListResponse Documentation

                                              +

                                              Type declaration

                                                \ No newline at end of file diff --git a/docs/types/DMsgPostKey.html b/docs/types/DMsgPostKey.html new file mode 100644 index 0000000..0623c5d --- /dev/null +++ b/docs/types/DMsgPostKey.html @@ -0,0 +1,2 @@ +DMsgPostKey | @jackallabs/jackal.js-protos
                                                DMsgPostKey: Documentation<{
                                                    creator: string;
                                                    key: string;
                                                }, MsgPostKey>

                                                MsgPostKey Documentation

                                                +

                                                Type declaration

                                                • creator: string
                                                • key: string
                                                \ No newline at end of file diff --git a/docs/types/DMsgPostKeyResponse.html b/docs/types/DMsgPostKeyResponse.html new file mode 100644 index 0000000..eea9f56 --- /dev/null +++ b/docs/types/DMsgPostKeyResponse.html @@ -0,0 +1,2 @@ +DMsgPostKeyResponse | @jackallabs/jackal.js-protos
                                                DMsgPostKeyResponse: Documentation<{}, MsgPostKeyResponse>

                                                MsgPostKeyResponse Documentation

                                                +

                                                Type declaration

                                                  \ No newline at end of file diff --git a/docs/types/DMsgPostProof.html b/docs/types/DMsgPostProof.html new file mode 100644 index 0000000..0b8729c --- /dev/null +++ b/docs/types/DMsgPostProof.html @@ -0,0 +1,2 @@ +DMsgPostProof | @jackallabs/jackal.js-protos
                                                  DMsgPostProof: Documentation<{
                                                      creator: string;
                                                      hashList: Uint8Array;
                                                      item: Uint8Array;
                                                      merkle: Uint8Array;
                                                      owner: string;
                                                      start: number;
                                                      toProve: number;
                                                  }, MsgPostProof>

                                                  MsgPostProof Documentation

                                                  +

                                                  Type declaration

                                                  • creator: string
                                                  • hashList: Uint8Array
                                                  • item: Uint8Array
                                                  • merkle: Uint8Array
                                                  • owner: string
                                                  • start: number
                                                  • toProve: number
                                                  \ No newline at end of file diff --git a/docs/types/DMsgPostProofResponse.html b/docs/types/DMsgPostProofResponse.html new file mode 100644 index 0000000..337721f --- /dev/null +++ b/docs/types/DMsgPostProofResponse.html @@ -0,0 +1,2 @@ +DMsgPostProofResponse | @jackallabs/jackal.js-protos
                                                  DMsgPostProofResponse: Documentation<{
                                                      errorMessage: string;
                                                      success: boolean;
                                                  }, MsgPostProofResponse>

                                                  MsgPostProofResponse Documentation

                                                  +

                                                  Type declaration

                                                  • errorMessage: string
                                                  • success: boolean
                                                  \ No newline at end of file diff --git a/docs/types/DMsgProvisionFileTree.html b/docs/types/DMsgProvisionFileTree.html new file mode 100644 index 0000000..96a54ac --- /dev/null +++ b/docs/types/DMsgProvisionFileTree.html @@ -0,0 +1,2 @@ +DMsgProvisionFileTree | @jackallabs/jackal.js-protos
                                                  DMsgProvisionFileTree: Documentation<{
                                                      creator: string;
                                                      editors: string;
                                                      trackingNumber: string;
                                                      viewers: string;
                                                  }, MsgProvisionFileTree>

                                                  MsgProvisionFileTree Documentation

                                                  +

                                                  Type declaration

                                                  • creator: string
                                                  • editors: string
                                                  • trackingNumber: string
                                                  • viewers: string
                                                  \ No newline at end of file diff --git a/docs/types/DMsgProvisionFileTreeResponse.html b/docs/types/DMsgProvisionFileTreeResponse.html new file mode 100644 index 0000000..db6eb49 --- /dev/null +++ b/docs/types/DMsgProvisionFileTreeResponse.html @@ -0,0 +1,2 @@ +DMsgProvisionFileTreeResponse | @jackallabs/jackal.js-protos

                                                  Type alias DMsgProvisionFileTreeResponse

                                                  DMsgProvisionFileTreeResponse: Documentation<{}, MsgProvisionFileTreeResponse>

                                                  MsgProvisionFileTreeResponse Documentation

                                                  +

                                                  Type declaration

                                                    \ No newline at end of file diff --git a/docs/types/DMsgRegister.html b/docs/types/DMsgRegister.html new file mode 100644 index 0000000..3d20497 --- /dev/null +++ b/docs/types/DMsgRegister.html @@ -0,0 +1,2 @@ +DMsgRegister | @jackallabs/jackal.js-protos
                                                    DMsgRegister: Documentation<{
                                                        creator: string;
                                                        data: string;
                                                        name: string;
                                                        years: number;
                                                    }, MsgRegister>

                                                    MsgRegister Documentation

                                                    +

                                                    Type declaration

                                                    • creator: string
                                                    • data: string
                                                    • name: string
                                                    • years: number
                                                    \ No newline at end of file diff --git a/docs/types/DMsgRegisterResponse.html b/docs/types/DMsgRegisterResponse.html new file mode 100644 index 0000000..a020798 --- /dev/null +++ b/docs/types/DMsgRegisterResponse.html @@ -0,0 +1,2 @@ +DMsgRegisterResponse | @jackallabs/jackal.js-protos
                                                    DMsgRegisterResponse: Documentation<{}, MsgRegisterResponse>

                                                    MsgRegisterResponse Documentation

                                                    +

                                                    Type declaration

                                                      \ No newline at end of file diff --git a/docs/types/DMsgRemoveClaimer.html b/docs/types/DMsgRemoveClaimer.html new file mode 100644 index 0000000..e206ce1 --- /dev/null +++ b/docs/types/DMsgRemoveClaimer.html @@ -0,0 +1,2 @@ +DMsgRemoveClaimer | @jackallabs/jackal.js-protos
                                                      DMsgRemoveClaimer: Documentation<{
                                                          claimAddress: string;
                                                          creator: string;
                                                      }, MsgRemoveClaimer>

                                                      MsgRemoveClaimer Documentation

                                                      +

                                                      Type declaration

                                                      • claimAddress: string
                                                      • creator: string
                                                      \ No newline at end of file diff --git a/docs/types/DMsgRemoveClaimerResponse.html b/docs/types/DMsgRemoveClaimerResponse.html new file mode 100644 index 0000000..79fcdb9 --- /dev/null +++ b/docs/types/DMsgRemoveClaimerResponse.html @@ -0,0 +1,2 @@ +DMsgRemoveClaimerResponse | @jackallabs/jackal.js-protos

                                                      Type alias DMsgRemoveClaimerResponse

                                                      DMsgRemoveClaimerResponse: Documentation<{}, MsgRemoveClaimerResponse>

                                                      MsgRemoveClaimerResponse Documentation

                                                      +

                                                      Type declaration

                                                        \ No newline at end of file diff --git a/docs/types/DMsgRemoveEditors.html b/docs/types/DMsgRemoveEditors.html new file mode 100644 index 0000000..d296881 --- /dev/null +++ b/docs/types/DMsgRemoveEditors.html @@ -0,0 +1,2 @@ +DMsgRemoveEditors | @jackallabs/jackal.js-protos
                                                        DMsgRemoveEditors: Documentation<{
                                                            address: string;
                                                            creator: string;
                                                            editorIds: string;
                                                            fileOwner: string;
                                                        }, MsgRemoveEditors>

                                                        MsgRemoveEditors Documentation

                                                        +

                                                        Type declaration

                                                        • address: string
                                                        • creator: string
                                                        • editorIds: string
                                                        • fileOwner: string
                                                        \ No newline at end of file diff --git a/docs/types/DMsgRemoveEditorsResponse.html b/docs/types/DMsgRemoveEditorsResponse.html new file mode 100644 index 0000000..be88b87 --- /dev/null +++ b/docs/types/DMsgRemoveEditorsResponse.html @@ -0,0 +1,2 @@ +DMsgRemoveEditorsResponse | @jackallabs/jackal.js-protos

                                                        Type alias DMsgRemoveEditorsResponse

                                                        DMsgRemoveEditorsResponse: Documentation<{}, MsgRemoveEditorsResponse>

                                                        MsgRemoveEditorsResponse Documentation

                                                        +

                                                        Type declaration

                                                          \ No newline at end of file diff --git a/docs/types/DMsgRemoveViewers.html b/docs/types/DMsgRemoveViewers.html new file mode 100644 index 0000000..907ba86 --- /dev/null +++ b/docs/types/DMsgRemoveViewers.html @@ -0,0 +1,2 @@ +DMsgRemoveViewers | @jackallabs/jackal.js-protos
                                                          DMsgRemoveViewers: Documentation<{
                                                              address: string;
                                                              creator: string;
                                                              fileOwner: string;
                                                              viewerIds: string;
                                                          }, MsgRemoveViewers>

                                                          MsgRemoveViewers Documentation

                                                          +

                                                          Type declaration

                                                          • address: string
                                                          • creator: string
                                                          • fileOwner: string
                                                          • viewerIds: string
                                                          \ No newline at end of file diff --git a/docs/types/DMsgRemoveViewersResponse.html b/docs/types/DMsgRemoveViewersResponse.html new file mode 100644 index 0000000..1435fc8 --- /dev/null +++ b/docs/types/DMsgRemoveViewersResponse.html @@ -0,0 +1,2 @@ +DMsgRemoveViewersResponse | @jackallabs/jackal.js-protos

                                                          Type alias DMsgRemoveViewersResponse

                                                          DMsgRemoveViewersResponse: Documentation<{}, MsgRemoveViewersResponse>

                                                          MsgRemoveViewersResponse Documentation

                                                          +

                                                          Type declaration

                                                            \ No newline at end of file diff --git a/docs/types/DMsgReport.html b/docs/types/DMsgReport.html new file mode 100644 index 0000000..fae61c3 --- /dev/null +++ b/docs/types/DMsgReport.html @@ -0,0 +1,2 @@ +DMsgReport | @jackallabs/jackal.js-protos
                                                            DMsgReport: Documentation<{
                                                                creator: string;
                                                                merkle: Uint8Array;
                                                                owner: string;
                                                                prover: string;
                                                                start: number;
                                                            }, MsgReport>

                                                            MsgReport Documentation

                                                            +

                                                            Type declaration

                                                            • creator: string
                                                            • merkle: Uint8Array
                                                            • owner: string
                                                            • prover: string
                                                            • start: number
                                                            \ No newline at end of file diff --git a/docs/types/DMsgReportResponse.html b/docs/types/DMsgReportResponse.html new file mode 100644 index 0000000..d04d0f2 --- /dev/null +++ b/docs/types/DMsgReportResponse.html @@ -0,0 +1,2 @@ +DMsgReportResponse | @jackallabs/jackal.js-protos
                                                            DMsgReportResponse: Documentation<{}, MsgReportResponse>

                                                            MsgReportResponse Documentation

                                                            +

                                                            Type declaration

                                                              \ No newline at end of file diff --git a/docs/types/DMsgRequestAttestationForm.html b/docs/types/DMsgRequestAttestationForm.html new file mode 100644 index 0000000..547816b --- /dev/null +++ b/docs/types/DMsgRequestAttestationForm.html @@ -0,0 +1,2 @@ +DMsgRequestAttestationForm | @jackallabs/jackal.js-protos

                                                              Type alias DMsgRequestAttestationForm

                                                              DMsgRequestAttestationForm: Documentation<{
                                                                  creator: string;
                                                                  merkle: Uint8Array;
                                                                  owner: string;
                                                                  start: number;
                                                              }, MsgRequestAttestationForm>

                                                              MsgRequestAttestationForm Documentation

                                                              +

                                                              Type declaration

                                                              • creator: string
                                                              • merkle: Uint8Array
                                                              • owner: string
                                                              • start: number
                                                              \ No newline at end of file diff --git a/docs/types/DMsgRequestAttestationFormResponse.html b/docs/types/DMsgRequestAttestationFormResponse.html new file mode 100644 index 0000000..97c26c1 --- /dev/null +++ b/docs/types/DMsgRequestAttestationFormResponse.html @@ -0,0 +1,2 @@ +DMsgRequestAttestationFormResponse | @jackallabs/jackal.js-protos

                                                              Type alias DMsgRequestAttestationFormResponse

                                                              DMsgRequestAttestationFormResponse: Documentation<{
                                                                  error: string;
                                                                  providers: string[];
                                                                  success: boolean;
                                                              }, MsgRequestAttestationFormResponse>

                                                              MsgRequestAttestationFormResponse Documentation

                                                              +

                                                              Type declaration

                                                              • error: string
                                                              • providers: string[]
                                                              • success: boolean
                                                              \ No newline at end of file diff --git a/docs/types/DMsgRequestReportForm.html b/docs/types/DMsgRequestReportForm.html new file mode 100644 index 0000000..113bf63 --- /dev/null +++ b/docs/types/DMsgRequestReportForm.html @@ -0,0 +1,2 @@ +DMsgRequestReportForm | @jackallabs/jackal.js-protos
                                                              DMsgRequestReportForm: Documentation<{
                                                                  creator: string;
                                                                  merkle: Uint8Array;
                                                                  owner: string;
                                                                  prover: string;
                                                                  start: number;
                                                              }, MsgRequestReportForm>

                                                              MsgRequestReportForm Documentation

                                                              +

                                                              Type declaration

                                                              • creator: string
                                                              • merkle: Uint8Array
                                                              • owner: string
                                                              • prover: string
                                                              • start: number
                                                              \ No newline at end of file diff --git a/docs/types/DMsgRequestReportFormResponse.html b/docs/types/DMsgRequestReportFormResponse.html new file mode 100644 index 0000000..eb7e934 --- /dev/null +++ b/docs/types/DMsgRequestReportFormResponse.html @@ -0,0 +1,2 @@ +DMsgRequestReportFormResponse | @jackallabs/jackal.js-protos

                                                              Type alias DMsgRequestReportFormResponse

                                                              DMsgRequestReportFormResponse: Documentation<{
                                                                  error: string;
                                                                  providers: string[];
                                                                  success: boolean;
                                                              }, MsgRequestReportFormResponse>

                                                              MsgRequestReportFormResponse Documentation

                                                              +

                                                              Type declaration

                                                              • error: string
                                                              • providers: string[]
                                                              • success: boolean
                                                              \ No newline at end of file diff --git a/docs/types/DMsgResetEditors.html b/docs/types/DMsgResetEditors.html new file mode 100644 index 0000000..10e9025 --- /dev/null +++ b/docs/types/DMsgResetEditors.html @@ -0,0 +1,2 @@ +DMsgResetEditors | @jackallabs/jackal.js-protos
                                                              DMsgResetEditors: Documentation<{
                                                                  address: string;
                                                                  creator: string;
                                                                  fileOwner: string;
                                                              }, MsgResetEditors>

                                                              MsgResetEditors Documentation

                                                              +

                                                              Type declaration

                                                              • address: string
                                                              • creator: string
                                                              • fileOwner: string
                                                              \ No newline at end of file diff --git a/docs/types/DMsgResetEditorsResponse.html b/docs/types/DMsgResetEditorsResponse.html new file mode 100644 index 0000000..253e8b6 --- /dev/null +++ b/docs/types/DMsgResetEditorsResponse.html @@ -0,0 +1,2 @@ +DMsgResetEditorsResponse | @jackallabs/jackal.js-protos

                                                              Type alias DMsgResetEditorsResponse

                                                              DMsgResetEditorsResponse: Documentation<{}, MsgResetEditorsResponse>

                                                              MsgResetEditorsResponse Documentation

                                                              +

                                                              Type declaration

                                                                \ No newline at end of file diff --git a/docs/types/DMsgResetViewers.html b/docs/types/DMsgResetViewers.html new file mode 100644 index 0000000..f71f119 --- /dev/null +++ b/docs/types/DMsgResetViewers.html @@ -0,0 +1,2 @@ +DMsgResetViewers | @jackallabs/jackal.js-protos
                                                                DMsgResetViewers: Documentation<{
                                                                    address: string;
                                                                    creator: string;
                                                                    fileOwner: string;
                                                                }, MsgResetViewers>

                                                                MsgResetViewers Documentation

                                                                +

                                                                Type declaration

                                                                • address: string
                                                                • creator: string
                                                                • fileOwner: string
                                                                \ No newline at end of file diff --git a/docs/types/DMsgResetViewersResponse.html b/docs/types/DMsgResetViewersResponse.html new file mode 100644 index 0000000..2971947 --- /dev/null +++ b/docs/types/DMsgResetViewersResponse.html @@ -0,0 +1,2 @@ +DMsgResetViewersResponse | @jackallabs/jackal.js-protos

                                                                Type alias DMsgResetViewersResponse

                                                                DMsgResetViewersResponse: Documentation<{}, MsgResetViewersResponse>

                                                                MsgResetViewersResponse Documentation

                                                                +

                                                                Type declaration

                                                                  \ No newline at end of file diff --git a/docs/types/DMsgSetProviderIP.html b/docs/types/DMsgSetProviderIP.html new file mode 100644 index 0000000..71b83f7 --- /dev/null +++ b/docs/types/DMsgSetProviderIP.html @@ -0,0 +1,2 @@ +DMsgSetProviderIP | @jackallabs/jackal.js-protos
                                                                  DMsgSetProviderIP: Documentation<{
                                                                      creator: string;
                                                                      ip: string;
                                                                  }, MsgSetProviderIP>

                                                                  MsgSetProviderIP Documentation

                                                                  +

                                                                  Type declaration

                                                                  • creator: string
                                                                  • ip: string
                                                                  \ No newline at end of file diff --git a/docs/types/DMsgSetProviderIPResponse.html b/docs/types/DMsgSetProviderIPResponse.html new file mode 100644 index 0000000..5aa0256 --- /dev/null +++ b/docs/types/DMsgSetProviderIPResponse.html @@ -0,0 +1,2 @@ +DMsgSetProviderIPResponse | @jackallabs/jackal.js-protos

                                                                  Type alias DMsgSetProviderIPResponse

                                                                  DMsgSetProviderIPResponse: Documentation<{}, MsgSetProviderIPResponse>

                                                                  MsgSetProviderIPResponse Documentation

                                                                  +

                                                                  Type declaration

                                                                    \ No newline at end of file diff --git a/docs/types/DMsgSetProviderKeybase.html b/docs/types/DMsgSetProviderKeybase.html new file mode 100644 index 0000000..47169fa --- /dev/null +++ b/docs/types/DMsgSetProviderKeybase.html @@ -0,0 +1,2 @@ +DMsgSetProviderKeybase | @jackallabs/jackal.js-protos
                                                                    DMsgSetProviderKeybase: Documentation<{
                                                                        creator: string;
                                                                        keybase: string;
                                                                    }, MsgSetProviderKeybase>

                                                                    MsgAddEditors Documentation

                                                                    +

                                                                    Type declaration

                                                                    • creator: string
                                                                    • keybase: string
                                                                    \ No newline at end of file diff --git a/docs/types/DMsgSetProviderKeybaseResponse.html b/docs/types/DMsgSetProviderKeybaseResponse.html new file mode 100644 index 0000000..6d5d755 --- /dev/null +++ b/docs/types/DMsgSetProviderKeybaseResponse.html @@ -0,0 +1,2 @@ +DMsgSetProviderKeybaseResponse | @jackallabs/jackal.js-protos

                                                                    Type alias DMsgSetProviderKeybaseResponse

                                                                    DMsgSetProviderKeybaseResponse: Documentation<{}, MsgSetProviderKeybaseResponse>

                                                                    MsgSetProviderKeybaseResponse Documentation

                                                                    +

                                                                    Type declaration

                                                                      \ No newline at end of file diff --git a/docs/types/DMsgSetProviderTotalSpace.html b/docs/types/DMsgSetProviderTotalSpace.html new file mode 100644 index 0000000..acb209e --- /dev/null +++ b/docs/types/DMsgSetProviderTotalSpace.html @@ -0,0 +1,2 @@ +DMsgSetProviderTotalSpace | @jackallabs/jackal.js-protos

                                                                      Type alias DMsgSetProviderTotalSpace

                                                                      DMsgSetProviderTotalSpace: Documentation<{
                                                                          creator: string;
                                                                          space: number;
                                                                      }, MsgSetProviderTotalSpace>

                                                                      MsgSetProviderTotalSpace Documentation

                                                                      +

                                                                      Type declaration

                                                                      • creator: string
                                                                      • space: number
                                                                      \ No newline at end of file diff --git a/docs/types/DMsgSetProviderTotalSpaceResponse.html b/docs/types/DMsgSetProviderTotalSpaceResponse.html new file mode 100644 index 0000000..8b867ff --- /dev/null +++ b/docs/types/DMsgSetProviderTotalSpaceResponse.html @@ -0,0 +1,2 @@ +DMsgSetProviderTotalSpaceResponse | @jackallabs/jackal.js-protos

                                                                      Type alias DMsgSetProviderTotalSpaceResponse

                                                                      DMsgSetProviderTotalSpaceResponse: Documentation<{}, MsgSetProviderTotalSpaceResponse>

                                                                      MsgSetProviderTotalSpaceResponse Documentation

                                                                      +

                                                                      Type declaration

                                                                        \ No newline at end of file diff --git a/docs/types/DMsgShutdownProvider.html b/docs/types/DMsgShutdownProvider.html new file mode 100644 index 0000000..b7828ec --- /dev/null +++ b/docs/types/DMsgShutdownProvider.html @@ -0,0 +1,2 @@ +DMsgShutdownProvider | @jackallabs/jackal.js-protos
                                                                        DMsgShutdownProvider: Documentation<{
                                                                            creator: string;
                                                                        }, MsgShutdownProvider>

                                                                        MsgShutdownProvider Documentation

                                                                        +

                                                                        Type declaration

                                                                        • creator: string
                                                                        \ No newline at end of file diff --git a/docs/types/DMsgShutdownProviderResponse.html b/docs/types/DMsgShutdownProviderResponse.html new file mode 100644 index 0000000..258ad54 --- /dev/null +++ b/docs/types/DMsgShutdownProviderResponse.html @@ -0,0 +1,2 @@ +DMsgShutdownProviderResponse | @jackallabs/jackal.js-protos

                                                                        Type alias DMsgShutdownProviderResponse

                                                                        DMsgShutdownProviderResponse: Documentation<{}, MsgShutdownProviderResponse>

                                                                        MsgShutdownProviderResponse Documentation

                                                                        +

                                                                        Type declaration

                                                                          \ No newline at end of file diff --git a/docs/types/DMsgStorageDeleteFile.html b/docs/types/DMsgStorageDeleteFile.html new file mode 100644 index 0000000..0561066 --- /dev/null +++ b/docs/types/DMsgStorageDeleteFile.html @@ -0,0 +1,2 @@ +DMsgStorageDeleteFile | @jackallabs/jackal.js-protos
                                                                          DMsgStorageDeleteFile: Documentation<{
                                                                              creator: string;
                                                                              merkle: Uint8Array;
                                                                              start: number;
                                                                          }, MsgDeleteFile>

                                                                          MsgStorageDeleteFile Documentation

                                                                          +

                                                                          Type declaration

                                                                          • creator: string
                                                                          • merkle: Uint8Array
                                                                          • start: number
                                                                          \ No newline at end of file diff --git a/docs/types/DMsgStorageDeleteFileResponse.html b/docs/types/DMsgStorageDeleteFileResponse.html new file mode 100644 index 0000000..569dd4f --- /dev/null +++ b/docs/types/DMsgStorageDeleteFileResponse.html @@ -0,0 +1,2 @@ +DMsgStorageDeleteFileResponse | @jackallabs/jackal.js-protos

                                                                          Type alias DMsgStorageDeleteFileResponse

                                                                          DMsgStorageDeleteFileResponse: Documentation<{}, MsgDeleteFileResponse>

                                                                          MsgStorageDeleteFileResponse Documentation

                                                                          +

                                                                          Type declaration

                                                                            \ No newline at end of file diff --git a/docs/types/DMsgStoragePostFile.html b/docs/types/DMsgStoragePostFile.html new file mode 100644 index 0000000..f5464f2 --- /dev/null +++ b/docs/types/DMsgStoragePostFile.html @@ -0,0 +1,2 @@ +DMsgStoragePostFile | @jackallabs/jackal.js-protos
                                                                            DMsgStoragePostFile: Documentation<{
                                                                                creator: string;
                                                                                expires: number;
                                                                                fileSize: number;
                                                                                maxProofs: number;
                                                                                merkle: Uint8Array;
                                                                                note: string;
                                                                                proofInterval: number;
                                                                                proofType: number;
                                                                            }, MsgPostFile>

                                                                            MsgStoragePostFile Documentation

                                                                            +

                                                                            Type declaration

                                                                            • creator: string
                                                                            • expires: number
                                                                            • fileSize: number
                                                                            • maxProofs: number
                                                                            • merkle: Uint8Array
                                                                            • note: string
                                                                            • proofInterval: number
                                                                            • proofType: number
                                                                            \ No newline at end of file diff --git a/docs/types/DMsgStoragePostFileResponse.html b/docs/types/DMsgStoragePostFileResponse.html new file mode 100644 index 0000000..1a08eca --- /dev/null +++ b/docs/types/DMsgStoragePostFileResponse.html @@ -0,0 +1,2 @@ +DMsgStoragePostFileResponse | @jackallabs/jackal.js-protos

                                                                            Type alias DMsgStoragePostFileResponse

                                                                            DMsgStoragePostFileResponse: Documentation<{
                                                                                providerIps: string[];
                                                                                startBlock: number;
                                                                            }, MsgPostFileResponse>

                                                                            MsgStoragePostFileResponse Documentation

                                                                            +

                                                                            Type declaration

                                                                            • providerIps: string[]
                                                                            • startBlock: number
                                                                            \ No newline at end of file diff --git a/docs/types/DMsgTransfer.html b/docs/types/DMsgTransfer.html new file mode 100644 index 0000000..05ba330 --- /dev/null +++ b/docs/types/DMsgTransfer.html @@ -0,0 +1,2 @@ +DMsgTransfer | @jackallabs/jackal.js-protos
                                                                            DMsgTransfer: Documentation<{
                                                                                creator: string;
                                                                                name: string;
                                                                                receiver: string;
                                                                            }, MsgTransfer>

                                                                            MsgTransfer Documentation

                                                                            +

                                                                            Type declaration

                                                                            • creator: string
                                                                            • name: string
                                                                            • receiver: string
                                                                            \ No newline at end of file diff --git a/docs/types/DMsgTransferResponse.html b/docs/types/DMsgTransferResponse.html new file mode 100644 index 0000000..0aadd06 --- /dev/null +++ b/docs/types/DMsgTransferResponse.html @@ -0,0 +1,2 @@ +DMsgTransferResponse | @jackallabs/jackal.js-protos
                                                                            DMsgTransferResponse: Documentation<{}, MsgTransferResponse>

                                                                            MsgTransferResponse Documentation

                                                                            +

                                                                            Type declaration

                                                                              \ No newline at end of file diff --git a/docs/types/DMsgUpdate.html b/docs/types/DMsgUpdate.html new file mode 100644 index 0000000..8b0c8aa --- /dev/null +++ b/docs/types/DMsgUpdate.html @@ -0,0 +1,2 @@ +DMsgUpdate | @jackallabs/jackal.js-protos
                                                                              DMsgUpdate: Documentation<{
                                                                                  creator: string;
                                                                                  data: string;
                                                                                  name: string;
                                                                              }, MsgUpdate>

                                                                              MsgUpdate Documentation

                                                                              +

                                                                              Type declaration

                                                                              • creator: string
                                                                              • data: string
                                                                              • name: string
                                                                              \ No newline at end of file diff --git a/docs/types/DMsgUpdateFeed.html b/docs/types/DMsgUpdateFeed.html new file mode 100644 index 0000000..34ac3fe --- /dev/null +++ b/docs/types/DMsgUpdateFeed.html @@ -0,0 +1,2 @@ +DMsgUpdateFeed | @jackallabs/jackal.js-protos
                                                                              DMsgUpdateFeed: Documentation<{
                                                                                  creator: string;
                                                                                  data: string;
                                                                                  name: string;
                                                                              }, MsgUpdateFeed>

                                                                              MsgUpdateFeed Documentation

                                                                              +

                                                                              Type declaration

                                                                              • creator: string
                                                                              • data: string
                                                                              • name: string
                                                                              \ No newline at end of file diff --git a/docs/types/DMsgUpdateFeedResponse.html b/docs/types/DMsgUpdateFeedResponse.html new file mode 100644 index 0000000..aaf3b4c --- /dev/null +++ b/docs/types/DMsgUpdateFeedResponse.html @@ -0,0 +1,2 @@ +DMsgUpdateFeedResponse | @jackallabs/jackal.js-protos
                                                                              DMsgUpdateFeedResponse: Documentation<{}, MsgUpdateFeedResponse>

                                                                              MsgUpdateFeedResponse Documentation

                                                                              +

                                                                              Type declaration

                                                                                \ No newline at end of file diff --git a/docs/types/DMsgUpdateResponse.html b/docs/types/DMsgUpdateResponse.html new file mode 100644 index 0000000..71f65c2 --- /dev/null +++ b/docs/types/DMsgUpdateResponse.html @@ -0,0 +1,2 @@ +DMsgUpdateResponse | @jackallabs/jackal.js-protos
                                                                                DMsgUpdateResponse: Documentation<{}, MsgUpdateResponse>

                                                                                MsgUpdateResponse Documentation

                                                                                +

                                                                                Type declaration

                                                                                  \ No newline at end of file diff --git a/docs/types/DName.html b/docs/types/DName.html new file mode 100644 index 0000000..40cd3b3 --- /dev/null +++ b/docs/types/DName.html @@ -0,0 +1,2 @@ +DName | @jackallabs/jackal.js-protos
                                                                                  DName: Documentation<{
                                                                                      data: string;
                                                                                      expires: number;
                                                                                      locked: number;
                                                                                      name: string;
                                                                                      subdomains: DName[];
                                                                                      tld: string;
                                                                                      value: string;
                                                                                  }, Names>

                                                                                  Name Documentation

                                                                                  +

                                                                                  Type declaration

                                                                                  • data: string
                                                                                  • expires: number
                                                                                  • locked: number
                                                                                  • name: string
                                                                                  • subdomains: DName[]
                                                                                  • tld: string
                                                                                  • value: string
                                                                                  \ No newline at end of file diff --git a/docs/types/DNotification.html b/docs/types/DNotification.html new file mode 100644 index 0000000..43578b6 --- /dev/null +++ b/docs/types/DNotification.html @@ -0,0 +1,2 @@ +DNotification | @jackallabs/jackal.js-protos
                                                                                  DNotification: Documentation<{
                                                                                      contents: string;
                                                                                      from: string;
                                                                                      privateContents: Uint8Array;
                                                                                      time: number;
                                                                                      to: string;
                                                                                  }, Notification>

                                                                                  Notification Documentation

                                                                                  +

                                                                                  Type declaration

                                                                                  • contents: string
                                                                                  • from: string
                                                                                  • privateContents: Uint8Array
                                                                                  • time: number
                                                                                  • to: string
                                                                                  \ No newline at end of file diff --git a/docs/types/DOracleParams.html b/docs/types/DOracleParams.html new file mode 100644 index 0000000..cda9432 --- /dev/null +++ b/docs/types/DOracleParams.html @@ -0,0 +1,3 @@ +DOracleParams | @jackallabs/jackal.js-protos
                                                                                  DOracleParams: {
                                                                                      deposit: string;
                                                                                  }

                                                                                  OracleParams Documentation

                                                                                  +

                                                                                  OracleParams defines current parameters of the Oracle module.

                                                                                  +

                                                                                  Type declaration

                                                                                  • deposit: string
                                                                                  \ No newline at end of file diff --git a/docs/types/DProvider.html b/docs/types/DProvider.html new file mode 100644 index 0000000..66c390f --- /dev/null +++ b/docs/types/DProvider.html @@ -0,0 +1,2 @@ +DProvider | @jackallabs/jackal.js-protos
                                                                                  DProvider: Documentation<{
                                                                                      address: string;
                                                                                      authClaimers: string[];
                                                                                      burnedContracts: number;
                                                                                      creator: string;
                                                                                      ip: string;
                                                                                      keybaseIdentity: string;
                                                                                      totalspace: string;
                                                                                  }, Providers>

                                                                                  Provider Documentation

                                                                                  +

                                                                                  Type declaration

                                                                                  • address: string
                                                                                  • authClaimers: string[]
                                                                                  • burnedContracts: number
                                                                                  • creator: string
                                                                                  • ip: string
                                                                                  • keybaseIdentity: string
                                                                                  • totalspace: string
                                                                                  \ No newline at end of file diff --git a/docs/types/DPubkey.html b/docs/types/DPubkey.html new file mode 100644 index 0000000..7c34c03 --- /dev/null +++ b/docs/types/DPubkey.html @@ -0,0 +1,2 @@ +DPubkey | @jackallabs/jackal.js-protos
                                                                                  DPubkey: Documentation<{
                                                                                      address: string;
                                                                                      key: string;
                                                                                  }, Pubkey>

                                                                                  Pubkey Documentation

                                                                                  +

                                                                                  Type declaration

                                                                                  • address: string
                                                                                  • key: string
                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryActiveProviders.html b/docs/types/DQueryActiveProviders.html new file mode 100644 index 0000000..b691617 --- /dev/null +++ b/docs/types/DQueryActiveProviders.html @@ -0,0 +1,3 @@ +DQueryActiveProviders | @jackallabs/jackal.js-protos
                                                                                  DQueryActiveProviders: Documentation<{}, QueryActiveProviders>

                                                                                  QueryActiveProviders Documentation

                                                                                  +

                                                                                  No parameters.

                                                                                  +

                                                                                  Type declaration

                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllAttestations.html b/docs/types/DQueryAllAttestations.html new file mode 100644 index 0000000..b2410dd --- /dev/null +++ b/docs/types/DQueryAllAttestations.html @@ -0,0 +1,2 @@ +DQueryAllAttestations | @jackallabs/jackal.js-protos
                                                                                    DQueryAllAttestations: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllAttestations, "pagination">>

                                                                                    QueryAllAttestations Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllBids.html b/docs/types/DQueryAllBids.html new file mode 100644 index 0000000..92c0b2b --- /dev/null +++ b/docs/types/DQueryAllBids.html @@ -0,0 +1,2 @@ +DQueryAllBids | @jackallabs/jackal.js-protos
                                                                                    DQueryAllBids: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllBids, "pagination">>

                                                                                    QueryAllBids Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllContractStateRequest.html b/docs/types/DQueryAllContractStateRequest.html new file mode 100644 index 0000000..b63ab42 --- /dev/null +++ b/docs/types/DQueryAllContractStateRequest.html @@ -0,0 +1,2 @@ +DQueryAllContractStateRequest | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryAllContractStateRequest

                                                                                    DQueryAllContractStateRequest: Documentation<{
                                                                                        address: string;
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllContractStateRequest, "pagination">>

                                                                                    QueryAllContractStateRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • address: string
                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllFeeds.html b/docs/types/DQueryAllFeeds.html new file mode 100644 index 0000000..cd6dfdd --- /dev/null +++ b/docs/types/DQueryAllFeeds.html @@ -0,0 +1,2 @@ +DQueryAllFeeds | @jackallabs/jackal.js-protos
                                                                                    DQueryAllFeeds: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllFeeds, "pagination">>

                                                                                    QueryAllFeeds Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllForSale.html b/docs/types/DQueryAllForSale.html new file mode 100644 index 0000000..ea6d23e --- /dev/null +++ b/docs/types/DQueryAllForSale.html @@ -0,0 +1,2 @@ +DQueryAllForSale | @jackallabs/jackal.js-protos
                                                                                    DQueryAllForSale: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllForSale, "pagination">>

                                                                                    QueryAllForSale Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllInits.html b/docs/types/DQueryAllInits.html new file mode 100644 index 0000000..ce77bf9 --- /dev/null +++ b/docs/types/DQueryAllInits.html @@ -0,0 +1,2 @@ +DQueryAllInits | @jackallabs/jackal.js-protos
                                                                                    DQueryAllInits: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllInits, "pagination">>

                                                                                    QueryAllInits Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllNames.html b/docs/types/DQueryAllNames.html new file mode 100644 index 0000000..a2d7da7 --- /dev/null +++ b/docs/types/DQueryAllNames.html @@ -0,0 +1,2 @@ +DQueryAllNames | @jackallabs/jackal.js-protos
                                                                                    DQueryAllNames: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllNames, "pagination">>

                                                                                    QueryAllNames Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllNotifications.html b/docs/types/DQueryAllNotifications.html new file mode 100644 index 0000000..132cef9 --- /dev/null +++ b/docs/types/DQueryAllNotifications.html @@ -0,0 +1,2 @@ +DQueryAllNotifications | @jackallabs/jackal.js-protos
                                                                                    DQueryAllNotifications: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllNotifications, "pagination">>

                                                                                    QueryAllNotifications Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllNotificationsByAddress.html b/docs/types/DQueryAllNotificationsByAddress.html new file mode 100644 index 0000000..444df21 --- /dev/null +++ b/docs/types/DQueryAllNotificationsByAddress.html @@ -0,0 +1,2 @@ +DQueryAllNotificationsByAddress | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryAllNotificationsByAddress

                                                                                    DQueryAllNotificationsByAddress: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                        to: string;
                                                                                    }, WithOptional<QueryAllNotificationsByAddress, "pagination">>

                                                                                    QueryAllNotificationsByAddress Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    • to: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllProofs.html b/docs/types/DQueryAllProofs.html new file mode 100644 index 0000000..01f17ad --- /dev/null +++ b/docs/types/DQueryAllProofs.html @@ -0,0 +1,2 @@ +DQueryAllProofs | @jackallabs/jackal.js-protos
                                                                                    DQueryAllProofs: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllProofs, "pagination">>

                                                                                    QueryAllProofs Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllProviders.html b/docs/types/DQueryAllProviders.html new file mode 100644 index 0000000..7e46658 --- /dev/null +++ b/docs/types/DQueryAllProviders.html @@ -0,0 +1,2 @@ +DQueryAllProviders | @jackallabs/jackal.js-protos
                                                                                    DQueryAllProviders: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllProviders, "pagination">>

                                                                                    QueryAllProviders Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllPubKeys.html b/docs/types/DQueryAllPubKeys.html new file mode 100644 index 0000000..f19714c --- /dev/null +++ b/docs/types/DQueryAllPubKeys.html @@ -0,0 +1,2 @@ +DQueryAllPubKeys | @jackallabs/jackal.js-protos
                                                                                    DQueryAllPubKeys: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllPubKeys, "pagination">>

                                                                                    QueryAllPubKeys Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllReports.html b/docs/types/DQueryAllReports.html new file mode 100644 index 0000000..3d568c3 --- /dev/null +++ b/docs/types/DQueryAllReports.html @@ -0,0 +1,2 @@ +DQueryAllReports | @jackallabs/jackal.js-protos
                                                                                    DQueryAllReports: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllReports, "pagination">>

                                                                                    QueryAllReports Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAllStoragePaymentInfo.html b/docs/types/DQueryAllStoragePaymentInfo.html new file mode 100644 index 0000000..b157023 --- /dev/null +++ b/docs/types/DQueryAllStoragePaymentInfo.html @@ -0,0 +1,2 @@ +DQueryAllStoragePaymentInfo | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryAllStoragePaymentInfo

                                                                                    DQueryAllStoragePaymentInfo: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllStoragePaymentInfo, "pagination">>

                                                                                    QueryAllStoragePaymentInfo Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryAttestation.html b/docs/types/DQueryAttestation.html new file mode 100644 index 0000000..6ef7e8d --- /dev/null +++ b/docs/types/DQueryAttestation.html @@ -0,0 +1,2 @@ +DQueryAttestation | @jackallabs/jackal.js-protos
                                                                                    DQueryAttestation: Documentation<{
                                                                                        merkle: Uint8Array;
                                                                                        owner: string;
                                                                                        prover: string;
                                                                                        start: number;
                                                                                    }, QueryAttestation>

                                                                                    QueryAttestation Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • merkle: Uint8Array
                                                                                    • owner: string
                                                                                    • prover: string
                                                                                    • start: number
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryBid.html b/docs/types/DQueryBid.html new file mode 100644 index 0000000..79ab3fe --- /dev/null +++ b/docs/types/DQueryBid.html @@ -0,0 +1,2 @@ +DQueryBid | @jackallabs/jackal.js-protos
                                                                                    DQueryBid: Documentation<{
                                                                                        name: string;
                                                                                    }, QueryBid>

                                                                                    QueryBid Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • name: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryClientFreeSpace.html b/docs/types/DQueryClientFreeSpace.html new file mode 100644 index 0000000..2a4a4cc --- /dev/null +++ b/docs/types/DQueryClientFreeSpace.html @@ -0,0 +1,2 @@ +DQueryClientFreeSpace | @jackallabs/jackal.js-protos
                                                                                    DQueryClientFreeSpace: Documentation<{
                                                                                        address: string;
                                                                                    }, QueryClientFreeSpace>

                                                                                    QueryClientFreeSpace Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • address: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryCodeRequest.html b/docs/types/DQueryCodeRequest.html new file mode 100644 index 0000000..6d0190c --- /dev/null +++ b/docs/types/DQueryCodeRequest.html @@ -0,0 +1,2 @@ +DQueryCodeRequest | @jackallabs/jackal.js-protos
                                                                                    DQueryCodeRequest: Documentation<{
                                                                                        codeId: number;
                                                                                    }, QueryCodeRequest>

                                                                                    QueryCodeRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • codeId: number
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryCodesRequest.html b/docs/types/DQueryCodesRequest.html new file mode 100644 index 0000000..5d56b6e --- /dev/null +++ b/docs/types/DQueryCodesRequest.html @@ -0,0 +1,2 @@ +DQueryCodesRequest | @jackallabs/jackal.js-protos
                                                                                    DQueryCodesRequest: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryCodesRequest, "pagination">>

                                                                                    QueryCodesRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryContractHistoryRequest.html b/docs/types/DQueryContractHistoryRequest.html new file mode 100644 index 0000000..add27fe --- /dev/null +++ b/docs/types/DQueryContractHistoryRequest.html @@ -0,0 +1,2 @@ +DQueryContractHistoryRequest | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryContractHistoryRequest

                                                                                    DQueryContractHistoryRequest: Documentation<{
                                                                                        address: string;
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryContractHistoryRequest, "pagination">>

                                                                                    QueryContractHistoryRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • address: string
                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryContractInfoRequest.html b/docs/types/DQueryContractInfoRequest.html new file mode 100644 index 0000000..8e746e5 --- /dev/null +++ b/docs/types/DQueryContractInfoRequest.html @@ -0,0 +1,2 @@ +DQueryContractInfoRequest | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryContractInfoRequest

                                                                                    DQueryContractInfoRequest: Documentation<{
                                                                                        address: string;
                                                                                    }, QueryContractInfoRequest>

                                                                                    QueryContractInfoRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • address: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryContractsByCodeRequest.html b/docs/types/DQueryContractsByCodeRequest.html new file mode 100644 index 0000000..86a09dc --- /dev/null +++ b/docs/types/DQueryContractsByCodeRequest.html @@ -0,0 +1,2 @@ +DQueryContractsByCodeRequest | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryContractsByCodeRequest

                                                                                    DQueryContractsByCodeRequest: Documentation<{
                                                                                        codeId: number;
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryContractsByCodeRequest, "pagination">>

                                                                                    QueryContractsByCodeRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • codeId: number
                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryContractsByCreatorRequest.html b/docs/types/DQueryContractsByCreatorRequest.html new file mode 100644 index 0000000..43eb788 --- /dev/null +++ b/docs/types/DQueryContractsByCreatorRequest.html @@ -0,0 +1,2 @@ +DQueryContractsByCreatorRequest | @jackallabs/jackal.js-protos

                                                                                    Type alias DQueryContractsByCreatorRequest

                                                                                    DQueryContractsByCreatorRequest: Documentation<{
                                                                                        creatorAddress: string;
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryContractsByCreatorRequest, "pagination">>

                                                                                    QueryContractsByCreatorRequest Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • creatorAddress: string
                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryFeed.html b/docs/types/DQueryFeed.html new file mode 100644 index 0000000..8cb4a69 --- /dev/null +++ b/docs/types/DQueryFeed.html @@ -0,0 +1,2 @@ +DQueryFeed | @jackallabs/jackal.js-protos
                                                                                    DQueryFeed: Documentation<{
                                                                                        name: string;
                                                                                    }, QueryFeed>

                                                                                    QueryFeed Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • name: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryFileTreeAllFiles.html b/docs/types/DQueryFileTreeAllFiles.html new file mode 100644 index 0000000..32daead --- /dev/null +++ b/docs/types/DQueryFileTreeAllFiles.html @@ -0,0 +1,2 @@ +DQueryFileTreeAllFiles | @jackallabs/jackal.js-protos
                                                                                    DQueryFileTreeAllFiles: Documentation<{
                                                                                        pagination?: PageRequest;
                                                                                    }, WithOptional<QueryAllFiles, "pagination">>

                                                                                    QueryFileTreeAllFiles Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • Optional pagination?: PageRequest
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryFileTreeFile.html b/docs/types/DQueryFileTreeFile.html new file mode 100644 index 0000000..3b610b7 --- /dev/null +++ b/docs/types/DQueryFileTreeFile.html @@ -0,0 +1,2 @@ +DQueryFileTreeFile | @jackallabs/jackal.js-protos
                                                                                    DQueryFileTreeFile: Documentation<{
                                                                                        address: string;
                                                                                        ownerAddress: string;
                                                                                    }, QueryFile>

                                                                                    QueryFileTreeFile Documentation

                                                                                    +

                                                                                    Type declaration

                                                                                    • address: string
                                                                                    • ownerAddress: string
                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryFileTreeParams.html b/docs/types/DQueryFileTreeParams.html new file mode 100644 index 0000000..73f1560 --- /dev/null +++ b/docs/types/DQueryFileTreeParams.html @@ -0,0 +1,3 @@ +DQueryFileTreeParams | @jackallabs/jackal.js-protos
                                                                                    DQueryFileTreeParams: Documentation<{}, QueryParams>

                                                                                    QueryFileTreeParams Documentation

                                                                                    +

                                                                                    No parameters.

                                                                                    +

                                                                                    Type declaration

                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryFileUploadCheck.html b/docs/types/DQueryFileUploadCheck.html new file mode 100644 index 0000000..38a5f66 --- /dev/null +++ b/docs/types/DQueryFileUploadCheck.html @@ -0,0 +1,2 @@ +DQueryFileUploadCheck | @jackallabs/jackal.js-protos
                                                                                      DQueryFileUploadCheck: Documentation<{
                                                                                          address: string;
                                                                                          bytes: number;
                                                                                      }, QueryFileUploadCheck>

                                                                                      QueryFileUploadCheck Documentation

                                                                                      +

                                                                                      Type declaration

                                                                                      • address: string
                                                                                      • bytes: number
                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryFindFile.html b/docs/types/DQueryFindFile.html new file mode 100644 index 0000000..8887b1b --- /dev/null +++ b/docs/types/DQueryFindFile.html @@ -0,0 +1,2 @@ +DQueryFindFile | @jackallabs/jackal.js-protos
                                                                                      DQueryFindFile: Documentation<{
                                                                                          merkle: Uint8Array;
                                                                                      }, QueryFindFile>

                                                                                      QueryFindFile Documentation

                                                                                      +

                                                                                      Type declaration

                                                                                      • merkle: Uint8Array
                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryForSale.html b/docs/types/DQueryForSale.html new file mode 100644 index 0000000..eef8a76 --- /dev/null +++ b/docs/types/DQueryForSale.html @@ -0,0 +1,2 @@ +DQueryForSale | @jackallabs/jackal.js-protos
                                                                                      DQueryForSale: Documentation<{
                                                                                          name: string;
                                                                                      }, QueryForSale>

                                                                                      QueryForSale Documentation

                                                                                      +

                                                                                      Type declaration

                                                                                      • name: string
                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryFreeSpace.html b/docs/types/DQueryFreeSpace.html new file mode 100644 index 0000000..65fdf52 --- /dev/null +++ b/docs/types/DQueryFreeSpace.html @@ -0,0 +1,2 @@ +DQueryFreeSpace | @jackallabs/jackal.js-protos
                                                                                      DQueryFreeSpace: Documentation<{
                                                                                          address: string;
                                                                                      }, QueryFreeSpace>

                                                                                      QueryFreeSpace Documentation

                                                                                      +

                                                                                      Type declaration

                                                                                      • address: string
                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryInflation.html b/docs/types/DQueryInflation.html new file mode 100644 index 0000000..4834a7d --- /dev/null +++ b/docs/types/DQueryInflation.html @@ -0,0 +1,3 @@ +DQueryInflation | @jackallabs/jackal.js-protos
                                                                                      DQueryInflation: Documentation<{}, QueryInflation>

                                                                                      QueryInflation Documentation

                                                                                      +

                                                                                      No parameters.

                                                                                      +

                                                                                      Type declaration

                                                                                        \ No newline at end of file diff --git a/docs/types/DQueryInit.html b/docs/types/DQueryInit.html new file mode 100644 index 0000000..bbd1bba --- /dev/null +++ b/docs/types/DQueryInit.html @@ -0,0 +1,2 @@ +DQueryInit | @jackallabs/jackal.js-protos
                                                                                        DQueryInit: Documentation<{
                                                                                            address: string;
                                                                                        }, QueryInit>

                                                                                        QueryInit Documentation

                                                                                        +

                                                                                        Type declaration

                                                                                        • address: string
                                                                                        \ No newline at end of file diff --git a/docs/types/DQueryJklMintParams.html b/docs/types/DQueryJklMintParams.html new file mode 100644 index 0000000..df69962 --- /dev/null +++ b/docs/types/DQueryJklMintParams.html @@ -0,0 +1,3 @@ +DQueryJklMintParams | @jackallabs/jackal.js-protos
                                                                                        DQueryJklMintParams: Documentation<{}, QueryParams>

                                                                                        QueryJklMintParams Documentation

                                                                                        +

                                                                                        No parameters.

                                                                                        +

                                                                                        Type declaration

                                                                                          \ No newline at end of file diff --git a/docs/types/DQueryListOwnedNames.html b/docs/types/DQueryListOwnedNames.html new file mode 100644 index 0000000..e402ebd --- /dev/null +++ b/docs/types/DQueryListOwnedNames.html @@ -0,0 +1,2 @@ +DQueryListOwnedNames | @jackallabs/jackal.js-protos
                                                                                          DQueryListOwnedNames: Documentation<{
                                                                                              address: string;
                                                                                              pagination?: PageRequest;
                                                                                          }, WithOptional<QueryListOwnedNames, "pagination">>

                                                                                          QueryListOwnedNames Documentation

                                                                                          +

                                                                                          Type declaration

                                                                                          • address: string
                                                                                          • Optional pagination?: PageRequest
                                                                                          \ No newline at end of file diff --git a/docs/types/DQueryName.html b/docs/types/DQueryName.html new file mode 100644 index 0000000..1254c90 --- /dev/null +++ b/docs/types/DQueryName.html @@ -0,0 +1,2 @@ +DQueryName | @jackallabs/jackal.js-protos
                                                                                          DQueryName: Documentation<{
                                                                                              name: string;
                                                                                          }, QueryName>

                                                                                          QueryName Documentation

                                                                                          +

                                                                                          Type declaration

                                                                                          • name: string
                                                                                          \ No newline at end of file diff --git a/docs/types/DQueryNotification.html b/docs/types/DQueryNotification.html new file mode 100644 index 0000000..7bf72e9 --- /dev/null +++ b/docs/types/DQueryNotification.html @@ -0,0 +1,2 @@ +DQueryNotification | @jackallabs/jackal.js-protos
                                                                                          DQueryNotification: Documentation<{
                                                                                              from: string;
                                                                                              time: number;
                                                                                              to: string;
                                                                                          }, QueryNotification>

                                                                                          QueryNotification Documentation

                                                                                          +

                                                                                          Type declaration

                                                                                          • from: string
                                                                                          • time: number
                                                                                          • to: string
                                                                                          \ No newline at end of file diff --git a/docs/types/DQueryNotificationsParams.html b/docs/types/DQueryNotificationsParams.html new file mode 100644 index 0000000..44b6161 --- /dev/null +++ b/docs/types/DQueryNotificationsParams.html @@ -0,0 +1,3 @@ +DQueryNotificationsParams | @jackallabs/jackal.js-protos

                                                                                          Type alias DQueryNotificationsParams

                                                                                          DQueryNotificationsParams: Documentation<{}, QueryParams>

                                                                                          QueryNotificationsParams Documentation

                                                                                          +

                                                                                          No parameters.

                                                                                          +

                                                                                          Type declaration

                                                                                            \ No newline at end of file diff --git a/docs/types/DQueryOpenFiles.html b/docs/types/DQueryOpenFiles.html new file mode 100644 index 0000000..b1acb5f --- /dev/null +++ b/docs/types/DQueryOpenFiles.html @@ -0,0 +1,2 @@ +DQueryOpenFiles | @jackallabs/jackal.js-protos
                                                                                            DQueryOpenFiles: Documentation<{
                                                                                                pagination?: PageRequest;
                                                                                                providerAddress: string;
                                                                                            }, WithOptional<QueryOpenFiles, "pagination">>

                                                                                            QueryOpenFiles Documentation

                                                                                            +

                                                                                            Type declaration

                                                                                            • Optional pagination?: PageRequest
                                                                                            • providerAddress: string
                                                                                            \ No newline at end of file diff --git a/docs/types/DQueryOracleParams.html b/docs/types/DQueryOracleParams.html new file mode 100644 index 0000000..4820e2e --- /dev/null +++ b/docs/types/DQueryOracleParams.html @@ -0,0 +1,3 @@ +DQueryOracleParams | @jackallabs/jackal.js-protos
                                                                                            DQueryOracleParams: Documentation<{}, QueryParams>

                                                                                            QueryJklMintParams Documentation

                                                                                            +

                                                                                            No parameters.

                                                                                            +

                                                                                            Type declaration

                                                                                              \ No newline at end of file diff --git a/docs/types/DQueryParamsRequest.html b/docs/types/DQueryParamsRequest.html new file mode 100644 index 0000000..6f2a817 --- /dev/null +++ b/docs/types/DQueryParamsRequest.html @@ -0,0 +1,3 @@ +DQueryParamsRequest | @jackallabs/jackal.js-protos
                                                                                              DQueryParamsRequest: Documentation<{}, QueryParamsRequest>

                                                                                              QueryParamsRequest Documentation

                                                                                              +

                                                                                              No parameters.

                                                                                              +

                                                                                              Type declaration

                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryPayData.html b/docs/types/DQueryPayData.html new file mode 100644 index 0000000..79c151a --- /dev/null +++ b/docs/types/DQueryPayData.html @@ -0,0 +1,2 @@ +DQueryPayData | @jackallabs/jackal.js-protos
                                                                                                DQueryPayData: Documentation<{
                                                                                                    address: string;
                                                                                                }, QueryPayData>

                                                                                                QueryPayData Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • address: string
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryPinnedCodesRequest.html b/docs/types/DQueryPinnedCodesRequest.html new file mode 100644 index 0000000..055035f --- /dev/null +++ b/docs/types/DQueryPinnedCodesRequest.html @@ -0,0 +1,2 @@ +DQueryPinnedCodesRequest | @jackallabs/jackal.js-protos

                                                                                                Type alias DQueryPinnedCodesRequest

                                                                                                DQueryPinnedCodesRequest: Documentation<{
                                                                                                    pagination?: PageRequest;
                                                                                                }, WithOptional<QueryPinnedCodesRequest, "pagination">>

                                                                                                QueryPinnedCodesRequest Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • Optional pagination?: PageRequest
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryPriceCheck.html b/docs/types/DQueryPriceCheck.html new file mode 100644 index 0000000..01c58cb --- /dev/null +++ b/docs/types/DQueryPriceCheck.html @@ -0,0 +1,2 @@ +DQueryPriceCheck | @jackallabs/jackal.js-protos
                                                                                                DQueryPriceCheck: Documentation<{
                                                                                                    bytes: number;
                                                                                                    duration: string;
                                                                                                }, QueryPriceCheck>

                                                                                                QueryPriceCheck Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • bytes: number
                                                                                                • duration: string
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryProof.html b/docs/types/DQueryProof.html new file mode 100644 index 0000000..b6a524c --- /dev/null +++ b/docs/types/DQueryProof.html @@ -0,0 +1,2 @@ +DQueryProof | @jackallabs/jackal.js-protos
                                                                                                DQueryProof: Documentation<{
                                                                                                    merkle: Uint8Array;
                                                                                                    owner: string;
                                                                                                    providerAddress: string;
                                                                                                    start: number;
                                                                                                }, QueryProof>

                                                                                                QueryProof Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • merkle: Uint8Array
                                                                                                • owner: string
                                                                                                • providerAddress: string
                                                                                                • start: number
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryProofsByAddress.html b/docs/types/DQueryProofsByAddress.html new file mode 100644 index 0000000..a617880 --- /dev/null +++ b/docs/types/DQueryProofsByAddress.html @@ -0,0 +1,2 @@ +DQueryProofsByAddress | @jackallabs/jackal.js-protos
                                                                                                DQueryProofsByAddress: Documentation<{
                                                                                                    pagination?: PageRequest;
                                                                                                    providerAddress: string;
                                                                                                }, WithOptional<QueryProofsByAddress, "pagination">>

                                                                                                QueryProofsByAddress Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • Optional pagination?: PageRequest
                                                                                                • providerAddress: string
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryProvider.html b/docs/types/DQueryProvider.html new file mode 100644 index 0000000..cefd113 --- /dev/null +++ b/docs/types/DQueryProvider.html @@ -0,0 +1,2 @@ +DQueryProvider | @jackallabs/jackal.js-protos
                                                                                                DQueryProvider: Documentation<{
                                                                                                    address: string;
                                                                                                }, QueryProvider>

                                                                                                QueryProvider Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • address: string
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryPubKey.html b/docs/types/DQueryPubKey.html new file mode 100644 index 0000000..2ed7464 --- /dev/null +++ b/docs/types/DQueryPubKey.html @@ -0,0 +1,2 @@ +DQueryPubKey | @jackallabs/jackal.js-protos
                                                                                                DQueryPubKey: Documentation<{
                                                                                                    address: string;
                                                                                                }, QueryPubKey>

                                                                                                QueryPubKey Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • address: string
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryRawContractStateRequest.html b/docs/types/DQueryRawContractStateRequest.html new file mode 100644 index 0000000..04107c2 --- /dev/null +++ b/docs/types/DQueryRawContractStateRequest.html @@ -0,0 +1,2 @@ +DQueryRawContractStateRequest | @jackallabs/jackal.js-protos

                                                                                                Type alias DQueryRawContractStateRequest

                                                                                                DQueryRawContractStateRequest: Documentation<{
                                                                                                    address: string;
                                                                                                    queryData: Uint8Array;
                                                                                                }, QueryRawContractStateRequest>

                                                                                                QueryRawContractStateRequest Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • address: string
                                                                                                • queryData: Uint8Array
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryReport.html b/docs/types/DQueryReport.html new file mode 100644 index 0000000..43b1850 --- /dev/null +++ b/docs/types/DQueryReport.html @@ -0,0 +1,2 @@ +DQueryReport | @jackallabs/jackal.js-protos
                                                                                                DQueryReport: Documentation<{
                                                                                                    merkle: Uint8Array;
                                                                                                    owner: string;
                                                                                                    prover: string;
                                                                                                    start: number;
                                                                                                }, QueryReport>

                                                                                                QueryReport Documentation

                                                                                                +

                                                                                                Type declaration

                                                                                                • merkle: Uint8Array
                                                                                                • owner: string
                                                                                                • prover: string
                                                                                                • start: number
                                                                                                \ No newline at end of file diff --git a/docs/types/DQueryRnsParams.html b/docs/types/DQueryRnsParams.html new file mode 100644 index 0000000..4a19fb8 --- /dev/null +++ b/docs/types/DQueryRnsParams.html @@ -0,0 +1,3 @@ +DQueryRnsParams | @jackallabs/jackal.js-protos
                                                                                                DQueryRnsParams: Documentation<{}, QueryParams>

                                                                                                QueryJklMintParams Documentation

                                                                                                +

                                                                                                No parameters.

                                                                                                +

                                                                                                Type declaration

                                                                                                  \ No newline at end of file diff --git a/docs/types/DQuerySmartContractStateRequest.html b/docs/types/DQuerySmartContractStateRequest.html new file mode 100644 index 0000000..9c71bfe --- /dev/null +++ b/docs/types/DQuerySmartContractStateRequest.html @@ -0,0 +1,2 @@ +DQuerySmartContractStateRequest | @jackallabs/jackal.js-protos

                                                                                                  Type alias DQuerySmartContractStateRequest

                                                                                                  DQuerySmartContractStateRequest: Documentation<{
                                                                                                      address: string;
                                                                                                      queryData: Uint8Array;
                                                                                                  }, QuerySmartContractStateRequest>

                                                                                                  QuerySmartContractStateRequest Documentation

                                                                                                  +

                                                                                                  Type declaration

                                                                                                  • address: string
                                                                                                  • queryData: Uint8Array
                                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryStorageAllFiles.html b/docs/types/DQueryStorageAllFiles.html new file mode 100644 index 0000000..2762507 --- /dev/null +++ b/docs/types/DQueryStorageAllFiles.html @@ -0,0 +1,2 @@ +DQueryStorageAllFiles | @jackallabs/jackal.js-protos
                                                                                                  DQueryStorageAllFiles: Documentation<{
                                                                                                      pagination?: PageRequest;
                                                                                                  }, WithOptional<QueryAllFiles, "pagination">>

                                                                                                  QueryStorageAllFiles Documentation

                                                                                                  +

                                                                                                  Type declaration

                                                                                                  • Optional pagination?: PageRequest
                                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryStorageAllFilesByMerkle.html b/docs/types/DQueryStorageAllFilesByMerkle.html new file mode 100644 index 0000000..463c5a5 --- /dev/null +++ b/docs/types/DQueryStorageAllFilesByMerkle.html @@ -0,0 +1,2 @@ +DQueryStorageAllFilesByMerkle | @jackallabs/jackal.js-protos

                                                                                                  Type alias DQueryStorageAllFilesByMerkle

                                                                                                  DQueryStorageAllFilesByMerkle: Documentation<{
                                                                                                      merkle: Uint8Array;
                                                                                                      pagination?: PageRequest;
                                                                                                  }, WithOptional<QueryAllFilesByMerkle, "pagination">>

                                                                                                  QueryStorageAllFiles Documentation

                                                                                                  +

                                                                                                  Type declaration

                                                                                                  • merkle: Uint8Array
                                                                                                  • Optional pagination?: PageRequest
                                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryStorageAllFilesByOwner.html b/docs/types/DQueryStorageAllFilesByOwner.html new file mode 100644 index 0000000..16b0857 --- /dev/null +++ b/docs/types/DQueryStorageAllFilesByOwner.html @@ -0,0 +1,2 @@ +DQueryStorageAllFilesByOwner | @jackallabs/jackal.js-protos

                                                                                                  Type alias DQueryStorageAllFilesByOwner

                                                                                                  DQueryStorageAllFilesByOwner: Documentation<{
                                                                                                      owner: string;
                                                                                                      pagination?: PageRequest;
                                                                                                  }, WithOptional<QueryAllFilesByOwner, "pagination">>

                                                                                                  QueryStorageAllFiles Documentation

                                                                                                  +

                                                                                                  Type declaration

                                                                                                  • owner: string
                                                                                                  • Optional pagination?: PageRequest
                                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryStorageFile.html b/docs/types/DQueryStorageFile.html new file mode 100644 index 0000000..ec61f50 --- /dev/null +++ b/docs/types/DQueryStorageFile.html @@ -0,0 +1,2 @@ +DQueryStorageFile | @jackallabs/jackal.js-protos
                                                                                                  DQueryStorageFile: Documentation<{
                                                                                                      merkle: Uint8Array;
                                                                                                      owner: string;
                                                                                                      start: number;
                                                                                                  }, QueryFile>

                                                                                                  QueryStorageFile Documentation

                                                                                                  +

                                                                                                  Type declaration

                                                                                                  • merkle: Uint8Array
                                                                                                  • owner: string
                                                                                                  • start: number
                                                                                                  \ No newline at end of file diff --git a/docs/types/DQueryStorageParams.html b/docs/types/DQueryStorageParams.html new file mode 100644 index 0000000..c25cf9c --- /dev/null +++ b/docs/types/DQueryStorageParams.html @@ -0,0 +1,3 @@ +DQueryStorageParams | @jackallabs/jackal.js-protos
                                                                                                  DQueryStorageParams: Documentation<{}, QueryParams>

                                                                                                  QueryStorageParams Documentation

                                                                                                  +

                                                                                                  No parameters.

                                                                                                  +

                                                                                                  Type declaration

                                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryStoragePaymentInfo.html b/docs/types/DQueryStoragePaymentInfo.html new file mode 100644 index 0000000..9820d60 --- /dev/null +++ b/docs/types/DQueryStoragePaymentInfo.html @@ -0,0 +1,2 @@ +DQueryStoragePaymentInfo | @jackallabs/jackal.js-protos

                                                                                                    Type alias DQueryStoragePaymentInfo

                                                                                                    DQueryStoragePaymentInfo: Documentation<{
                                                                                                        address: string;
                                                                                                    }, QueryStoragePaymentInfo>

                                                                                                    QueryStoragePaymentInfo Documentation

                                                                                                    +

                                                                                                    Type declaration

                                                                                                    • address: string
                                                                                                    \ No newline at end of file diff --git a/docs/types/DQueryStorageStats.html b/docs/types/DQueryStorageStats.html new file mode 100644 index 0000000..4887da5 --- /dev/null +++ b/docs/types/DQueryStorageStats.html @@ -0,0 +1,3 @@ +DQueryStorageStats | @jackallabs/jackal.js-protos
                                                                                                    DQueryStorageStats: Documentation<{}, QueryStorageStats>

                                                                                                    QueryStorageStats Documentation

                                                                                                    +

                                                                                                    No parameters.

                                                                                                    +

                                                                                                    Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/DQueryStoreCount.html b/docs/types/DQueryStoreCount.html new file mode 100644 index 0000000..3f5b2a2 --- /dev/null +++ b/docs/types/DQueryStoreCount.html @@ -0,0 +1,2 @@ +DQueryStoreCount | @jackallabs/jackal.js-protos
                                                                                                      DQueryStoreCount: Documentation<{
                                                                                                          address: string;
                                                                                                      }, QueryStoreCount>

                                                                                                      QueryStoreCount Documentation

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • address: string
                                                                                                      \ No newline at end of file diff --git a/docs/types/DReportForm.html b/docs/types/DReportForm.html new file mode 100644 index 0000000..09c1ed5 --- /dev/null +++ b/docs/types/DReportForm.html @@ -0,0 +1,2 @@ +DReportForm | @jackallabs/jackal.js-protos
                                                                                                      DReportForm: Documentation<{
                                                                                                          attestations: DAttestation[];
                                                                                                          merkle: Uint8Array;
                                                                                                          owner: string;
                                                                                                          prover: string;
                                                                                                          start: number;
                                                                                                      }, ReportForm>

                                                                                                      ReportForm Documentation

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • attestations: DAttestation[]
                                                                                                      • merkle: Uint8Array
                                                                                                      • owner: string
                                                                                                      • prover: string
                                                                                                      • start: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/DRnsParams.html b/docs/types/DRnsParams.html new file mode 100644 index 0000000..202a74d --- /dev/null +++ b/docs/types/DRnsParams.html @@ -0,0 +1,3 @@ +DRnsParams | @jackallabs/jackal.js-protos
                                                                                                      DRnsParams: {
                                                                                                          depositAccount: string;
                                                                                                      }

                                                                                                      RnsParams Documentation

                                                                                                      +

                                                                                                      RnsParams defines current parameters of the RNS module.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • depositAccount: string
                                                                                                      \ No newline at end of file diff --git a/docs/types/DStorageParams.html b/docs/types/DStorageParams.html new file mode 100644 index 0000000..36c48cc --- /dev/null +++ b/docs/types/DStorageParams.html @@ -0,0 +1,3 @@ +DStorageParams | @jackallabs/jackal.js-protos
                                                                                                      DStorageParams: {
                                                                                                          attestFormSize: number;
                                                                                                          attestMinToPass: number;
                                                                                                          checkWindow: number;
                                                                                                          chunkSize: number;
                                                                                                          collateralPrice: number;
                                                                                                          depositAccount: string;
                                                                                                          maxContractAgeInBlocks: number;
                                                                                                          missesToBurn: number;
                                                                                                          priceFeed: string;
                                                                                                          pricePerTbPerMonth: number;
                                                                                                          proofWindow: number;
                                                                                                      }

                                                                                                      StorageParams Documentation

                                                                                                      +

                                                                                                      StorageParams defines current parameters of the Storage module.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • attestFormSize: number
                                                                                                      • attestMinToPass: number
                                                                                                      • checkWindow: number
                                                                                                      • chunkSize: number
                                                                                                      • collateralPrice: number
                                                                                                      • depositAccount: string
                                                                                                      • maxContractAgeInBlocks: number
                                                                                                      • missesToBurn: number
                                                                                                      • priceFeed: string
                                                                                                      • pricePerTbPerMonth: number
                                                                                                      • proofWindow: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/DStoragePaymentInfo.html b/docs/types/DStoragePaymentInfo.html new file mode 100644 index 0000000..8e2074f --- /dev/null +++ b/docs/types/DStoragePaymentInfo.html @@ -0,0 +1,2 @@ +DStoragePaymentInfo | @jackallabs/jackal.js-protos
                                                                                                      DStoragePaymentInfo: Documentation<{
                                                                                                          address: string;
                                                                                                          coins: DCoin[];
                                                                                                          end: Date | undefined;
                                                                                                          spaceAvailable: number;
                                                                                                          spaceUsed: number;
                                                                                                          start: Date | undefined;
                                                                                                      }, StoragePaymentInfo>

                                                                                                      StoragePaymentInfo Documentation

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • address: string
                                                                                                      • coins: DCoin[]
                                                                                                      • end: Date | undefined
                                                                                                      • spaceAvailable: number
                                                                                                      • spaceUsed: number
                                                                                                      • start: Date | undefined
                                                                                                      \ No newline at end of file diff --git a/docs/types/DTxMsgData.html b/docs/types/DTxMsgData.html new file mode 100644 index 0000000..5bed0dd --- /dev/null +++ b/docs/types/DTxMsgData.html @@ -0,0 +1,3 @@ +DTxMsgData | @jackallabs/jackal.js-protos
                                                                                                      DTxMsgData: {
                                                                                                          typeUrl: string;
                                                                                                          value: Uint8Array;
                                                                                                      }

                                                                                                      TxMsgData Documentation

                                                                                                      +

                                                                                                      TxMsgData defines a msg object returned from the chain.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • typeUrl: string
                                                                                                      • value: Uint8Array
                                                                                                      \ No newline at end of file diff --git a/docs/types/DUnifiedFile.html b/docs/types/DUnifiedFile.html new file mode 100644 index 0000000..e6ed388 --- /dev/null +++ b/docs/types/DUnifiedFile.html @@ -0,0 +1,2 @@ +DUnifiedFile | @jackallabs/jackal.js-protos
                                                                                                      DUnifiedFile: Documentation<{
                                                                                                          expires: number;
                                                                                                          fileSize: number;
                                                                                                          maxProofs: number;
                                                                                                          merkle: Uint8Array;
                                                                                                          note: string;
                                                                                                          owner: string;
                                                                                                          proofInterval: number;
                                                                                                          proofType: number;
                                                                                                          proofs: string[];
                                                                                                          start: number;
                                                                                                      }, UnifiedFile>

                                                                                                      UnifiedFile Documentation

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • expires: number
                                                                                                      • fileSize: number
                                                                                                      • maxProofs: number
                                                                                                      • merkle: Uint8Array
                                                                                                      • note: string
                                                                                                      • owner: string
                                                                                                      • proofInterval: number
                                                                                                      • proofType: number
                                                                                                      • proofs: string[]
                                                                                                      • start: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/DUsersByPlanMap.html b/docs/types/DUsersByPlanMap.html new file mode 100644 index 0000000..355b50a --- /dev/null +++ b/docs/types/DUsersByPlanMap.html @@ -0,0 +1,3 @@ +DUsersByPlanMap | @jackallabs/jackal.js-protos
                                                                                                      DUsersByPlanMap: {
                                                                                                          [key: number]: number;
                                                                                                      }

                                                                                                      UsersByPlanMap Documentation

                                                                                                      +

                                                                                                      UsersByPlanMap defines a map of users and plans returned from the chain.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • [key: number]: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxCosmwasm.html b/docs/types/ITxCosmwasm.html new file mode 100644 index 0000000..3341d10 --- /dev/null +++ b/docs/types/ITxCosmwasm.html @@ -0,0 +1,2 @@ +ITxCosmwasm | @jackallabs/jackal.js-protos
                                                                                                      ITxCosmwasm: {
                                                                                                          msgExecuteContract(data): EncodeObject;
                                                                                                          msgInstantiateContract(data): EncodeObject;
                                                                                                          writerExecuteContract(data): EncodeObject;
                                                                                                          writerInstantiateContract(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating Notifications Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • msgExecuteContract:function
                                                                                                      • msgInstantiateContract:function
                                                                                                      • writerExecuteContract:function
                                                                                                      • writerInstantiateContract:function
                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxFileTree.html b/docs/types/ITxFileTree.html new file mode 100644 index 0000000..cb9acd9 --- /dev/null +++ b/docs/types/ITxFileTree.html @@ -0,0 +1,2 @@ +ITxFileTree | @jackallabs/jackal.js-protos
                                                                                                      ITxFileTree: {
                                                                                                          msgAddEditors(data): EncodeObject;
                                                                                                          msgAddViewers(data): EncodeObject;
                                                                                                          msgChangeOwner(data): EncodeObject;
                                                                                                          msgDeleteFile(data): EncodeObject;
                                                                                                          msgPostFile(data): EncodeObject;
                                                                                                          msgPostKey(data): EncodeObject;
                                                                                                          msgProvisionFileTree(data): EncodeObject;
                                                                                                          msgRemoveEditors(data): EncodeObject;
                                                                                                          msgRemoveViewers(data): EncodeObject;
                                                                                                          msgResetEditors(data): EncodeObject;
                                                                                                          msgResetViewers(data): EncodeObject;
                                                                                                          writerAddEditors(data): EncodeObject;
                                                                                                          writerAddViewers(data): EncodeObject;
                                                                                                          writerChangeOwner(data): EncodeObject;
                                                                                                          writerDeleteFile(data): EncodeObject;
                                                                                                          writerPostFile(data): EncodeObject;
                                                                                                          writerPostKey(data): EncodeObject;
                                                                                                          writerProvisionFileTree(data): EncodeObject;
                                                                                                          writerRemoveEditors(data): EncodeObject;
                                                                                                          writerRemoveViewers(data): EncodeObject;
                                                                                                          writerResetEditors(data): EncodeObject;
                                                                                                          writerResetViewers(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating FileTree Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxNotifications.html b/docs/types/ITxNotifications.html new file mode 100644 index 0000000..c56fdce --- /dev/null +++ b/docs/types/ITxNotifications.html @@ -0,0 +1,2 @@ +ITxNotifications | @jackallabs/jackal.js-protos
                                                                                                      ITxNotifications: {
                                                                                                          msgBlockSenders(data): EncodeObject;
                                                                                                          msgCreateNotification(data): EncodeObject;
                                                                                                          msgDeleteNotification(data): EncodeObject;
                                                                                                          writerBlockSenders(data): EncodeObject;
                                                                                                          writerCreateNotification(data): EncodeObject;
                                                                                                          writerDeleteNotification(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating Notifications Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxOracle.html b/docs/types/ITxOracle.html new file mode 100644 index 0000000..f3b8ac0 --- /dev/null +++ b/docs/types/ITxOracle.html @@ -0,0 +1,2 @@ +ITxOracle | @jackallabs/jackal.js-protos
                                                                                                      ITxOracle: {
                                                                                                          msgCreateFeed(data): EncodeObject;
                                                                                                          msgUpdateFeed(data): EncodeObject;
                                                                                                          writerCreateFeed(data): EncodeObject;
                                                                                                          writerUpdateFeed(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating Oracle Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • msgCreateFeed:function
                                                                                                      • msgUpdateFeed:function
                                                                                                      • writerCreateFeed:function
                                                                                                      • writerUpdateFeed:function
                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxRns.html b/docs/types/ITxRns.html new file mode 100644 index 0000000..e678443 --- /dev/null +++ b/docs/types/ITxRns.html @@ -0,0 +1,2 @@ +ITxRns | @jackallabs/jackal.js-protos
                                                                                                      ITxRns: {
                                                                                                          msgAcceptBid(data): EncodeObject;
                                                                                                          msgAddRecord(data): EncodeObject;
                                                                                                          msgBid(data): EncodeObject;
                                                                                                          msgBuy(data): EncodeObject;
                                                                                                          msgCancelBid(data): EncodeObject;
                                                                                                          msgDelRecord(data): EncodeObject;
                                                                                                          msgDelist(data): EncodeObject;
                                                                                                          msgInit(data): EncodeObject;
                                                                                                          msgList(data): EncodeObject;
                                                                                                          msgRegister(data): EncodeObject;
                                                                                                          msgTransfer(data): EncodeObject;
                                                                                                          msgUpdate(data): EncodeObject;
                                                                                                          writerAcceptBid(data): EncodeObject;
                                                                                                          writerAddRecord(data): EncodeObject;
                                                                                                          writerBid(data): EncodeObject;
                                                                                                          writerBuy(data): EncodeObject;
                                                                                                          writerCancelBid(data): EncodeObject;
                                                                                                          writerDelRecord(data): EncodeObject;
                                                                                                          writerDelist(data): EncodeObject;
                                                                                                          writerInit(data): EncodeObject;
                                                                                                          writerList(data): EncodeObject;
                                                                                                          writerRegister(data): EncodeObject;
                                                                                                          writerTransfer(data): EncodeObject;
                                                                                                          writerUpdate(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating RNS Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/ITxStorage.html b/docs/types/ITxStorage.html new file mode 100644 index 0000000..907a477 --- /dev/null +++ b/docs/types/ITxStorage.html @@ -0,0 +1,2 @@ +ITxStorage | @jackallabs/jackal.js-protos
                                                                                                      ITxStorage: {
                                                                                                          msgAddClaimer(data): EncodeObject;
                                                                                                          msgAttest(data): EncodeObject;
                                                                                                          msgBuyStorage(data): EncodeObject;
                                                                                                          msgDeleteFile(data): EncodeObject;
                                                                                                          msgInitProvider(data): EncodeObject;
                                                                                                          msgPostFile(data): EncodeObject;
                                                                                                          msgPostProof(data): EncodeObject;
                                                                                                          msgRemoveClaimer(data): EncodeObject;
                                                                                                          msgReport(data): EncodeObject;
                                                                                                          msgRequestAttestationForm(data): EncodeObject;
                                                                                                          msgRequestReportForm(data): EncodeObject;
                                                                                                          msgSetProviderIP(data): EncodeObject;
                                                                                                          msgSetProviderKeybase(data): EncodeObject;
                                                                                                          msgSetProviderTotalSpace(data): EncodeObject;
                                                                                                          msgShutdownProvider(data): EncodeObject;
                                                                                                          writerAddClaimer(data): EncodeObject;
                                                                                                          writerAttest(data): EncodeObject;
                                                                                                          writerBuyStorage(data): EncodeObject;
                                                                                                          writerDeleteFile(data): EncodeObject;
                                                                                                          writerInitProvider(data): EncodeObject;
                                                                                                          writerPostFile(data): EncodeObject;
                                                                                                          writerPostProof(data): EncodeObject;
                                                                                                          writerRemoveClaimer(data): EncodeObject;
                                                                                                          writerReport(data): EncodeObject;
                                                                                                          writerRequestAttestationForm(data): EncodeObject;
                                                                                                          writerRequestReportForm(data): EncodeObject;
                                                                                                          writerSetProviderIP(data): EncodeObject;
                                                                                                          writerSetProviderKeybase(data): EncodeObject;
                                                                                                          writerSetProviderTotalSpace(data): EncodeObject;
                                                                                                          writerShutdownProvider(data): EncodeObject;
                                                                                                      }

                                                                                                      All functions for creating Storage Tx.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • msgAddClaimer:function
                                                                                                      • msgAttest:function
                                                                                                      • msgBuyStorage:function
                                                                                                      • msgDeleteFile:function
                                                                                                      • msgInitProvider:function
                                                                                                      • msgPostFile:function
                                                                                                      • msgPostProof:function
                                                                                                      • msgRemoveClaimer:function
                                                                                                      • msgReport:function
                                                                                                      • msgRequestAttestationForm:function
                                                                                                      • msgRequestReportForm:function
                                                                                                      • msgSetProviderIP:function
                                                                                                      • msgSetProviderKeybase:function
                                                                                                      • msgSetProviderTotalSpace:function
                                                                                                      • msgShutdownProvider:function
                                                                                                      • writerAddClaimer:function
                                                                                                      • writerAttest:function
                                                                                                      • writerBuyStorage:function
                                                                                                      • writerDeleteFile:function
                                                                                                      • writerInitProvider:function
                                                                                                      • writerPostFile:function
                                                                                                      • writerPostProof:function
                                                                                                      • writerRemoveClaimer:function
                                                                                                      • writerReport:function
                                                                                                      • writerRequestAttestationForm:function
                                                                                                      • writerRequestReportForm:function
                                                                                                      • writerSetProviderIP:function
                                                                                                      • writerSetProviderKeybase:function
                                                                                                      • writerSetProviderTotalSpace:function
                                                                                                      • writerShutdownProvider:function
                                                                                                      \ No newline at end of file diff --git a/docs/types/T37TxEvent.html b/docs/types/T37TxEvent.html new file mode 100644 index 0000000..e85fe8a --- /dev/null +++ b/docs/types/T37TxEvent.html @@ -0,0 +1 @@ +T37TxEvent | @jackallabs/jackal.js-protos
                                                                                                      T37TxEvent: tendermint37.TxEvent
                                                                                                      \ No newline at end of file diff --git a/docs/types/THostQueryClient.html b/docs/types/THostQueryClient.html new file mode 100644 index 0000000..f8f56f4 --- /dev/null +++ b/docs/types/THostQueryClient.html @@ -0,0 +1 @@ +THostQueryClient | @jackallabs/jackal.js-protos
                                                                                                      \ No newline at end of file diff --git a/docs/types/THostQueryExtensions.html b/docs/types/THostQueryExtensions.html new file mode 100644 index 0000000..cf7e2b6 --- /dev/null +++ b/docs/types/THostQueryExtensions.html @@ -0,0 +1 @@ +THostQueryExtensions | @jackallabs/jackal.js-protos
                                                                                                      THostQueryExtensions: QueryClient & ICosmwasmExtension
                                                                                                      \ No newline at end of file diff --git a/docs/types/THostSigningClient.html b/docs/types/THostSigningClient.html new file mode 100644 index 0000000..00f1782 --- /dev/null +++ b/docs/types/THostSigningClient.html @@ -0,0 +1 @@ +THostSigningClient | @jackallabs/jackal.js-protos
                                                                                                      \ No newline at end of file diff --git a/docs/types/TJackalModuleType.html b/docs/types/TJackalModuleType.html new file mode 100644 index 0000000..8eaec1d --- /dev/null +++ b/docs/types/TJackalModuleType.html @@ -0,0 +1 @@ +TJackalModuleType | @jackallabs/jackal.js-protos
                                                                                                      TJackalModuleType: [string, TsProtoGeneratedType]
                                                                                                      \ No newline at end of file diff --git a/docs/types/TJackalModuleTypeMap.html b/docs/types/TJackalModuleTypeMap.html new file mode 100644 index 0000000..973e6c3 --- /dev/null +++ b/docs/types/TJackalModuleTypeMap.html @@ -0,0 +1 @@ +TJackalModuleTypeMap | @jackallabs/jackal.js-protos
                                                                                                      TJackalModuleTypeMap: Record<string, TJackalModuleType>
                                                                                                      \ No newline at end of file diff --git a/docs/types/TJackalQueryClient.html b/docs/types/TJackalQueryClient.html new file mode 100644 index 0000000..149d5c1 --- /dev/null +++ b/docs/types/TJackalQueryClient.html @@ -0,0 +1 @@ +TJackalQueryClient | @jackallabs/jackal.js-protos
                                                                                                      \ No newline at end of file diff --git a/docs/types/TJackalSigningClient.html b/docs/types/TJackalSigningClient.html new file mode 100644 index 0000000..6c00fe2 --- /dev/null +++ b/docs/types/TJackalSigningClient.html @@ -0,0 +1 @@ +TJackalSigningClient | @jackallabs/jackal.js-protos
                                                                                                      \ No newline at end of file diff --git a/docs/types/TMergedSigner.html b/docs/types/TMergedSigner.html new file mode 100644 index 0000000..96eb492 --- /dev/null +++ b/docs/types/TMergedSigner.html @@ -0,0 +1 @@ +TMergedSigner | @jackallabs/jackal.js-protos
                                                                                                      TMergedSigner: OfflineAminoSigner & OfflineDirectSigner
                                                                                                      \ No newline at end of file diff --git a/docs/types/TModuleType.html b/docs/types/TModuleType.html new file mode 100644 index 0000000..55727cb --- /dev/null +++ b/docs/types/TModuleType.html @@ -0,0 +1 @@ +TModuleType | @jackallabs/jackal.js-protos
                                                                                                      TModuleType: [string, GeneratedType]
                                                                                                      \ No newline at end of file diff --git a/docs/types/TMsgResponseParsers.html b/docs/types/TMsgResponseParsers.html new file mode 100644 index 0000000..f94473b --- /dev/null +++ b/docs/types/TMsgResponseParsers.html @@ -0,0 +1 @@ +TMsgResponseParsers | @jackallabs/jackal.js-protos
                                                                                                      TMsgResponseParsers: Record<string, ((data) => any)>

                                                                                                      Type declaration

                                                                                                        • (data): any
                                                                                                        • Parameters

                                                                                                          • data: Uint8Array

                                                                                                          Returns any

                                                                                                      \ No newline at end of file diff --git a/docs/types/TPossibleTxEvents.html b/docs/types/TPossibleTxEvents.html new file mode 100644 index 0000000..99820aa --- /dev/null +++ b/docs/types/TPossibleTxEvents.html @@ -0,0 +1 @@ +TPossibleTxEvents | @jackallabs/jackal.js-protos
                                                                                                      TPossibleTxEvents: TxEvent | tendermint37.TxEvent
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryActiveProvidersResponseStrict.html b/docs/types/TQueryActiveProvidersResponseStrict.html new file mode 100644 index 0000000..eb3e44a --- /dev/null +++ b/docs/types/TQueryActiveProvidersResponseStrict.html @@ -0,0 +1,2 @@ +TQueryActiveProvidersResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryActiveProvidersResponseStrict

                                                                                                      TQueryActiveProvidersResponseStrict: ModifyDeep<QueryActiveProvidersResponse, {
                                                                                                          providers: DActiveProvider[];
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/ActiveProviders RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllAttestationsResponseStrict.html b/docs/types/TQueryAllAttestationsResponseStrict.html new file mode 100644 index 0000000..bc48224 --- /dev/null +++ b/docs/types/TQueryAllAttestationsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllAttestationsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllAttestationsResponseStrict

                                                                                                      TQueryAllAttestationsResponseStrict: ModifyDeep<QueryAllAttestationsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllAttestations RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllBidsResponseStrict.html b/docs/types/TQueryAllBidsResponseStrict.html new file mode 100644 index 0000000..2e3f3a6 --- /dev/null +++ b/docs/types/TQueryAllBidsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllBidsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllBidsResponseStrict

                                                                                                      TQueryAllBidsResponseStrict: ModifyDeep<QueryAllBidsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/AllBids RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllContractStateResponseStrict.html b/docs/types/TQueryAllContractStateResponseStrict.html new file mode 100644 index 0000000..40df11a --- /dev/null +++ b/docs/types/TQueryAllContractStateResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllContractStateResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllContractStateResponseStrict

                                                                                                      TQueryAllContractStateResponseStrict: ModifyDeep<QueryAllContractStateResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryAllContractStateResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllFeedsResponseStrict.html b/docs/types/TQueryAllFeedsResponseStrict.html new file mode 100644 index 0000000..a3b3847 --- /dev/null +++ b/docs/types/TQueryAllFeedsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllFeedsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllFeedsResponseStrict

                                                                                                      TQueryAllFeedsResponseStrict: ModifyDeep<QueryAllFeedsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Oracle] Query/AllFeeds RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllForSaleResponseStrict.html b/docs/types/TQueryAllForSaleResponseStrict.html new file mode 100644 index 0000000..9036b0d --- /dev/null +++ b/docs/types/TQueryAllForSaleResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllForSaleResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllForSaleResponseStrict

                                                                                                      TQueryAllForSaleResponseStrict: ModifyDeep<QueryAllForSaleResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/AllForSale RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllInitsResponseStrict.html b/docs/types/TQueryAllInitsResponseStrict.html new file mode 100644 index 0000000..a7f5608 --- /dev/null +++ b/docs/types/TQueryAllInitsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllInitsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllInitsResponseStrict

                                                                                                      TQueryAllInitsResponseStrict: ModifyDeep<QueryAllInitsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/AllInits RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllNamesResponseStrict.html b/docs/types/TQueryAllNamesResponseStrict.html new file mode 100644 index 0000000..f9541e7 --- /dev/null +++ b/docs/types/TQueryAllNamesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllNamesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllNamesResponseStrict

                                                                                                      TQueryAllNamesResponseStrict: ModifyDeep<QueryAllNamesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/AllNames RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllNotificationsByAddressResponseStrict.html b/docs/types/TQueryAllNotificationsByAddressResponseStrict.html new file mode 100644 index 0000000..0fabef0 --- /dev/null +++ b/docs/types/TQueryAllNotificationsByAddressResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllNotificationsByAddressResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllNotificationsByAddressResponseStrict

                                                                                                      TQueryAllNotificationsByAddressResponseStrict: ModifyDeep<QueryAllNotificationsByAddressResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Notifications] Query/AllNotificationsByAddress RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllNotificationsResponseStrict.html b/docs/types/TQueryAllNotificationsResponseStrict.html new file mode 100644 index 0000000..cbc3f2d --- /dev/null +++ b/docs/types/TQueryAllNotificationsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllNotificationsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllNotificationsResponseStrict

                                                                                                      TQueryAllNotificationsResponseStrict: ModifyDeep<QueryAllNotificationsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Notifications] Query/AllNotifications RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllProofsResponseStrict.html b/docs/types/TQueryAllProofsResponseStrict.html new file mode 100644 index 0000000..dbf1bbf --- /dev/null +++ b/docs/types/TQueryAllProofsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllProofsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllProofsResponseStrict

                                                                                                      TQueryAllProofsResponseStrict: ModifyDeep<QueryAllProofsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllProofs RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllProvidersResponseStrict.html b/docs/types/TQueryAllProvidersResponseStrict.html new file mode 100644 index 0000000..17f5763 --- /dev/null +++ b/docs/types/TQueryAllProvidersResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllProvidersResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllProvidersResponseStrict

                                                                                                      TQueryAllProvidersResponseStrict: ModifyDeep<QueryAllProvidersResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllProviders RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllPubKeysResponseStrict.html b/docs/types/TQueryAllPubKeysResponseStrict.html new file mode 100644 index 0000000..3a09ad3 --- /dev/null +++ b/docs/types/TQueryAllPubKeysResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllPubKeysResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllPubKeysResponseStrict

                                                                                                      TQueryAllPubKeysResponseStrict: ModifyDeep<QueryAllPubKeysResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [FileTree] Query/AllPubKey RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllReportsResponseStrict.html b/docs/types/TQueryAllReportsResponseStrict.html new file mode 100644 index 0000000..ac7969a --- /dev/null +++ b/docs/types/TQueryAllReportsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllReportsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllReportsResponseStrict

                                                                                                      TQueryAllReportsResponseStrict: ModifyDeep<QueryAllReportsResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllReports RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAllStoragePaymentInfoResponseStrict.html b/docs/types/TQueryAllStoragePaymentInfoResponseStrict.html new file mode 100644 index 0000000..8818bc9 --- /dev/null +++ b/docs/types/TQueryAllStoragePaymentInfoResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAllStoragePaymentInfoResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAllStoragePaymentInfoResponseStrict

                                                                                                      TQueryAllStoragePaymentInfoResponseStrict: ModifyDeep<QueryAllStoragePaymentInfoResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllStoragePaymentInfo RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryAttestationResponseStrict.html b/docs/types/TQueryAttestationResponseStrict.html new file mode 100644 index 0000000..04b2330 --- /dev/null +++ b/docs/types/TQueryAttestationResponseStrict.html @@ -0,0 +1,2 @@ +TQueryAttestationResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryAttestationResponseStrict

                                                                                                      TQueryAttestationResponseStrict: ModifyDeep<QueryAttestationResponse, {
                                                                                                          attestation: DAttestationForm;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/Attestation RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryBidResponseStrict.html b/docs/types/TQueryBidResponseStrict.html new file mode 100644 index 0000000..2e1bee3 --- /dev/null +++ b/docs/types/TQueryBidResponseStrict.html @@ -0,0 +1,2 @@ +TQueryBidResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryBidResponseStrict

                                                                                                      TQueryBidResponseStrict: ModifyDeep<QueryBidResponse, {
                                                                                                          bids: DBid;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/Bid RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryClientFreeSpaceResponseStrict.html b/docs/types/TQueryClientFreeSpaceResponseStrict.html new file mode 100644 index 0000000..99229d5 --- /dev/null +++ b/docs/types/TQueryClientFreeSpaceResponseStrict.html @@ -0,0 +1,2 @@ +TQueryClientFreeSpaceResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryClientFreeSpaceResponseStrict

                                                                                                      TQueryClientFreeSpaceResponseStrict: ModifyDeep<QueryClientFreeSpaceResponse, {
                                                                                                          bytesFree: number;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/ClientFreeSpace RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • bytesFree: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryCodeResponse.html b/docs/types/TQueryCodeResponse.html new file mode 100644 index 0000000..7f51378 --- /dev/null +++ b/docs/types/TQueryCodeResponse.html @@ -0,0 +1,2 @@ +TQueryCodeResponse | @jackallabs/jackal.js-protos
                                                                                                      TQueryCodeResponse: ModifyDeep<QueryCodeResponse, {
                                                                                                          codeInfo: CodeInfoResponse | undefined;
                                                                                                          data: Uint8Array;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] CodeInfoResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • codeInfo: CodeInfoResponse | undefined
                                                                                                      • data: Uint8Array
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryCodesResponseStrict.html b/docs/types/TQueryCodesResponseStrict.html new file mode 100644 index 0000000..4d1b7d6 --- /dev/null +++ b/docs/types/TQueryCodesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryCodesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryCodesResponseStrict

                                                                                                      TQueryCodesResponseStrict: ModifyDeep<QueryCodesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryCodesResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryContractHistoryResponseStrict.html b/docs/types/TQueryContractHistoryResponseStrict.html new file mode 100644 index 0000000..fc43520 --- /dev/null +++ b/docs/types/TQueryContractHistoryResponseStrict.html @@ -0,0 +1,2 @@ +TQueryContractHistoryResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryContractHistoryResponseStrict

                                                                                                      TQueryContractHistoryResponseStrict: ModifyDeep<QueryContractHistoryResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryContractHistoryResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryContractInfoResponse.html b/docs/types/TQueryContractInfoResponse.html new file mode 100644 index 0000000..a28ed36 --- /dev/null +++ b/docs/types/TQueryContractInfoResponse.html @@ -0,0 +1,2 @@ +TQueryContractInfoResponse | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryContractInfoResponse

                                                                                                      TQueryContractInfoResponse: ModifyDeep<QueryContractInfoResponse, {
                                                                                                          address: string;
                                                                                                          contractInfo: ContractInfo | undefined;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/StorageStats RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • address: string
                                                                                                      • contractInfo: ContractInfo | undefined
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryContractsByCodeResponseStrict.html b/docs/types/TQueryContractsByCodeResponseStrict.html new file mode 100644 index 0000000..59c5efc --- /dev/null +++ b/docs/types/TQueryContractsByCodeResponseStrict.html @@ -0,0 +1,2 @@ +TQueryContractsByCodeResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryContractsByCodeResponseStrict

                                                                                                      TQueryContractsByCodeResponseStrict: ModifyDeep<QueryContractsByCodeResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryContractsByCodeResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryContractsByCreatorResponseStrict.html b/docs/types/TQueryContractsByCreatorResponseStrict.html new file mode 100644 index 0000000..4f9d4e1 --- /dev/null +++ b/docs/types/TQueryContractsByCreatorResponseStrict.html @@ -0,0 +1,2 @@ +TQueryContractsByCreatorResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryContractsByCreatorResponseStrict

                                                                                                      TQueryContractsByCreatorResponseStrict: ModifyDeep<QueryContractsByCreatorResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryContractsByCreatorResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryExtensions.html b/docs/types/TQueryExtensions.html new file mode 100644 index 0000000..2013405 --- /dev/null +++ b/docs/types/TQueryExtensions.html @@ -0,0 +1,2 @@ +TQueryExtensions | @jackallabs/jackal.js-protos

                                                                                                      Wrapper of all Extensions enabled by Jackal.js-protos

                                                                                                      +
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFeedResponseStrict.html b/docs/types/TQueryFeedResponseStrict.html new file mode 100644 index 0000000..9551c10 --- /dev/null +++ b/docs/types/TQueryFeedResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFeedResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFeedResponseStrict

                                                                                                      TQueryFeedResponseStrict: ModifyDeep<QueryFeedResponse, {
                                                                                                          feed: DFeed;
                                                                                                      }>

                                                                                                      This is the response for the [Oracle] Query/Feed RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFileTreeAllFilesResponseStrict.html b/docs/types/TQueryFileTreeAllFilesResponseStrict.html new file mode 100644 index 0000000..96ba155 --- /dev/null +++ b/docs/types/TQueryFileTreeAllFilesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFileTreeAllFilesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFileTreeAllFilesResponseStrict

                                                                                                      TQueryFileTreeAllFilesResponseStrict: ModifyDeep<QueryAllFilesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [FileTree] Query/AllFiles RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFileTreeFileResponseStrict.html b/docs/types/TQueryFileTreeFileResponseStrict.html new file mode 100644 index 0000000..e792c12 --- /dev/null +++ b/docs/types/TQueryFileTreeFileResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFileTreeFileResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFileTreeFileResponseStrict

                                                                                                      TQueryFileTreeFileResponseStrict: ModifyDeep<QueryFileResponse, {
                                                                                                          file: DFile;
                                                                                                      }>

                                                                                                      This is the response for the [FileTree] Query/File RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFileTreeParamsResponseStrict.html b/docs/types/TQueryFileTreeParamsResponseStrict.html new file mode 100644 index 0000000..fa02729 --- /dev/null +++ b/docs/types/TQueryFileTreeParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFileTreeParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFileTreeParamsResponseStrict

                                                                                                      TQueryFileTreeParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [FileTree] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFileUploadCheckResponseStrict.html b/docs/types/TQueryFileUploadCheckResponseStrict.html new file mode 100644 index 0000000..d954fd6 --- /dev/null +++ b/docs/types/TQueryFileUploadCheckResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFileUploadCheckResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFileUploadCheckResponseStrict

                                                                                                      TQueryFileUploadCheckResponseStrict: ModifyDeep<QueryFileUploadCheckResponse, {
                                                                                                          valid: boolean;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/FileUploadCheck RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • valid: boolean
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFindFileResponseStrict.html b/docs/types/TQueryFindFileResponseStrict.html new file mode 100644 index 0000000..83aba0e --- /dev/null +++ b/docs/types/TQueryFindFileResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFindFileResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFindFileResponseStrict

                                                                                                      TQueryFindFileResponseStrict: ModifyDeep<QueryFindFileResponse, {
                                                                                                          providerIps: string[];
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/FindFile RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • providerIps: string[]
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryForSaleResponseStrict.html b/docs/types/TQueryForSaleResponseStrict.html new file mode 100644 index 0000000..4e61a53 --- /dev/null +++ b/docs/types/TQueryForSaleResponseStrict.html @@ -0,0 +1,2 @@ +TQueryForSaleResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryForSaleResponseStrict

                                                                                                      TQueryForSaleResponseStrict: ModifyDeep<QueryForSaleResponse, {
                                                                                                          forSale: DForsale;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/ForSale RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryFreeSpaceResponseStrict.html b/docs/types/TQueryFreeSpaceResponseStrict.html new file mode 100644 index 0000000..3dda343 --- /dev/null +++ b/docs/types/TQueryFreeSpaceResponseStrict.html @@ -0,0 +1,2 @@ +TQueryFreeSpaceResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryFreeSpaceResponseStrict

                                                                                                      TQueryFreeSpaceResponseStrict: ModifyDeep<QueryFreeSpaceResponse, {
                                                                                                          space: number;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/FreeSpace RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • space: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryInflationResponseStrict.html b/docs/types/TQueryInflationResponseStrict.html new file mode 100644 index 0000000..fc6e105 --- /dev/null +++ b/docs/types/TQueryInflationResponseStrict.html @@ -0,0 +1,2 @@ +TQueryInflationResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryInflationResponseStrict

                                                                                                      TQueryInflationResponseStrict: ModifyDeep<QueryInflationResponse, {
                                                                                                          inflation: Uint8Array;
                                                                                                      }>

                                                                                                      This is the response for the [JklMint] Query/Inflation RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • inflation: Uint8Array
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryInitResponseStrict.html b/docs/types/TQueryInitResponseStrict.html new file mode 100644 index 0000000..77c41cd --- /dev/null +++ b/docs/types/TQueryInitResponseStrict.html @@ -0,0 +1,2 @@ +TQueryInitResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryInitResponseStrict

                                                                                                      TQueryInitResponseStrict: ModifyDeep<QueryInitResponse, {
                                                                                                          init: boolean;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/Init RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • init: boolean
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryJklMintParamsResponseStrict.html b/docs/types/TQueryJklMintParamsResponseStrict.html new file mode 100644 index 0000000..e4aeac6 --- /dev/null +++ b/docs/types/TQueryJklMintParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryJklMintParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryJklMintParamsResponseStrict

                                                                                                      TQueryJklMintParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [JklMint] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryListOwnedNamesResponseStrict.html b/docs/types/TQueryListOwnedNamesResponseStrict.html new file mode 100644 index 0000000..b488918 --- /dev/null +++ b/docs/types/TQueryListOwnedNamesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryListOwnedNamesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryListOwnedNamesResponseStrict

                                                                                                      TQueryListOwnedNamesResponseStrict: ModifyDeep<QueryListOwnedNamesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/ListOwnedNames RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryNameResponseStrict.html b/docs/types/TQueryNameResponseStrict.html new file mode 100644 index 0000000..0093ed4 --- /dev/null +++ b/docs/types/TQueryNameResponseStrict.html @@ -0,0 +1,2 @@ +TQueryNameResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryNameResponseStrict

                                                                                                      TQueryNameResponseStrict: ModifyDeep<QueryNameResponse, {
                                                                                                          name: DName;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/Name RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryNotificationResponseStrict.html b/docs/types/TQueryNotificationResponseStrict.html new file mode 100644 index 0000000..a8f0102 --- /dev/null +++ b/docs/types/TQueryNotificationResponseStrict.html @@ -0,0 +1,2 @@ +TQueryNotificationResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryNotificationResponseStrict

                                                                                                      TQueryNotificationResponseStrict: ModifyDeep<QueryNotificationResponse, {
                                                                                                          notification: DNotification;
                                                                                                      }>

                                                                                                      This is the response for the [Notifications] Query/Notification RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryNotificationsParamsResponseStrict.html b/docs/types/TQueryNotificationsParamsResponseStrict.html new file mode 100644 index 0000000..4439a98 --- /dev/null +++ b/docs/types/TQueryNotificationsParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryNotificationsParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryNotificationsParamsResponseStrict

                                                                                                      TQueryNotificationsParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [Notifications] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryOracleParamsResponseStrict.html b/docs/types/TQueryOracleParamsResponseStrict.html new file mode 100644 index 0000000..63862b4 --- /dev/null +++ b/docs/types/TQueryOracleParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryOracleParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryOracleParamsResponseStrict

                                                                                                      TQueryOracleParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [Oracle] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryPayDataResponseStrict.html b/docs/types/TQueryPayDataResponseStrict.html new file mode 100644 index 0000000..b740f17 --- /dev/null +++ b/docs/types/TQueryPayDataResponseStrict.html @@ -0,0 +1,2 @@ +TQueryPayDataResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryPayDataResponseStrict

                                                                                                      TQueryPayDataResponseStrict: ModifyDeep<QueryPayDataResponse, {
                                                                                                          bytes: number;
                                                                                                          timeRemaining: number;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/PayData RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • bytes: number
                                                                                                      • timeRemaining: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryPinnedCodesResponseStrict.html b/docs/types/TQueryPinnedCodesResponseStrict.html new file mode 100644 index 0000000..9a86027 --- /dev/null +++ b/docs/types/TQueryPinnedCodesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryPinnedCodesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryPinnedCodesResponseStrict

                                                                                                      TQueryPinnedCodesResponseStrict: ModifyDeep<QueryPinnedCodesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryPinnedCodesResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryPriceCheckResponseStrict.html b/docs/types/TQueryPriceCheckResponseStrict.html new file mode 100644 index 0000000..16746ff --- /dev/null +++ b/docs/types/TQueryPriceCheckResponseStrict.html @@ -0,0 +1,2 @@ +TQueryPriceCheckResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryPriceCheckResponseStrict

                                                                                                      TQueryPriceCheckResponseStrict: ModifyDeep<QueryPriceCheckResponse, {
                                                                                                          price: number;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/PriceCheck RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • price: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryProofResponseStrict.html b/docs/types/TQueryProofResponseStrict.html new file mode 100644 index 0000000..5f00ade --- /dev/null +++ b/docs/types/TQueryProofResponseStrict.html @@ -0,0 +1,2 @@ +TQueryProofResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryProofResponseStrict

                                                                                                      TQueryProofResponseStrict: ModifyDeep<QueryProofResponse, {
                                                                                                          proof: DFileProof;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/Proof RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryProofsByAddressResponseStrict.html b/docs/types/TQueryProofsByAddressResponseStrict.html new file mode 100644 index 0000000..0dc902e --- /dev/null +++ b/docs/types/TQueryProofsByAddressResponseStrict.html @@ -0,0 +1,2 @@ +TQueryProofsByAddressResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryProofsByAddressResponseStrict

                                                                                                      TQueryProofsByAddressResponseStrict: ModifyDeep<QueryProofsByAddressResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/ProofsByAddress RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryProviderResponseStrict.html b/docs/types/TQueryProviderResponseStrict.html new file mode 100644 index 0000000..5d8d3c5 --- /dev/null +++ b/docs/types/TQueryProviderResponseStrict.html @@ -0,0 +1,2 @@ +TQueryProviderResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryProviderResponseStrict

                                                                                                      TQueryProviderResponseStrict: ModifyDeep<QueryProviderResponse, {
                                                                                                          provider: DProvider;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/Provider RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryPubKeyResponseStrict.html b/docs/types/TQueryPubKeyResponseStrict.html new file mode 100644 index 0000000..a7a8899 --- /dev/null +++ b/docs/types/TQueryPubKeyResponseStrict.html @@ -0,0 +1,2 @@ +TQueryPubKeyResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryPubKeyResponseStrict

                                                                                                      TQueryPubKeyResponseStrict: ModifyDeep<QueryPubKeyResponse, {
                                                                                                          pubKey: DPubkey;
                                                                                                      }>

                                                                                                      This is the response for the [FileTree] Query/PubKey RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryRawContractStateResponseStrict.html b/docs/types/TQueryRawContractStateResponseStrict.html new file mode 100644 index 0000000..b60caf4 --- /dev/null +++ b/docs/types/TQueryRawContractStateResponseStrict.html @@ -0,0 +1,2 @@ +TQueryRawContractStateResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryRawContractStateResponseStrict

                                                                                                      TQueryRawContractStateResponseStrict: ModifyDeep<QueryRawContractStateResponse, {
                                                                                                          data: Uint8Array;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QueryRawContractStateResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • data: Uint8Array
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryReportResponseStrict.html b/docs/types/TQueryReportResponseStrict.html new file mode 100644 index 0000000..e3fc2a4 --- /dev/null +++ b/docs/types/TQueryReportResponseStrict.html @@ -0,0 +1,2 @@ +TQueryReportResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryReportResponseStrict

                                                                                                      TQueryReportResponseStrict: ModifyDeep<QueryReportResponse, {
                                                                                                          report: DReportForm;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/Report RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryRnsParamsResponseStrict.html b/docs/types/TQueryRnsParamsResponseStrict.html new file mode 100644 index 0000000..d39dc77 --- /dev/null +++ b/docs/types/TQueryRnsParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryRnsParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryRnsParamsResponseStrict

                                                                                                      TQueryRnsParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [RNS] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQuerySmartContractStateResponseStrict.html b/docs/types/TQuerySmartContractStateResponseStrict.html new file mode 100644 index 0000000..9885f83 --- /dev/null +++ b/docs/types/TQuerySmartContractStateResponseStrict.html @@ -0,0 +1,2 @@ +TQuerySmartContractStateResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQuerySmartContractStateResponseStrict

                                                                                                      TQuerySmartContractStateResponseStrict: ModifyDeep<QuerySmartContractStateResponse, {
                                                                                                          data: Uint8Array;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] QuerySmartContractStateResponse RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • data: Uint8Array
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageAllFilesByMerkleResponseStrict.html b/docs/types/TQueryStorageAllFilesByMerkleResponseStrict.html new file mode 100644 index 0000000..5b7aeb0 --- /dev/null +++ b/docs/types/TQueryStorageAllFilesByMerkleResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageAllFilesByMerkleResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageAllFilesByMerkleResponseStrict

                                                                                                      TQueryStorageAllFilesByMerkleResponseStrict: ModifyDeep<QueryAllFilesByMerkleResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllFilesByMerkle RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageAllFilesByOwnerResponseStrict.html b/docs/types/TQueryStorageAllFilesByOwnerResponseStrict.html new file mode 100644 index 0000000..e11d6a0 --- /dev/null +++ b/docs/types/TQueryStorageAllFilesByOwnerResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageAllFilesByOwnerResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageAllFilesByOwnerResponseStrict

                                                                                                      TQueryStorageAllFilesByOwnerResponseStrict: ModifyDeep<QueryAllFilesByOwnerResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllFilesByOwner RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageAllFilesResponseStrict.html b/docs/types/TQueryStorageAllFilesResponseStrict.html new file mode 100644 index 0000000..344e1d8 --- /dev/null +++ b/docs/types/TQueryStorageAllFilesResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageAllFilesResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageAllFilesResponseStrict

                                                                                                      TQueryStorageAllFilesResponseStrict: ModifyDeep<QueryAllFilesResponse, {
                                                                                                          pagination: PageResponse;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/AllFiles RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • pagination: PageResponse
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageFileResponseStrict.html b/docs/types/TQueryStorageFileResponseStrict.html new file mode 100644 index 0000000..c687bb4 --- /dev/null +++ b/docs/types/TQueryStorageFileResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageFileResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageFileResponseStrict

                                                                                                      TQueryStorageFileResponseStrict: ModifyDeep<QueryFileResponse, {
                                                                                                          file: DUnifiedFile;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/StorageFile RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageParamsResponseStrict.html b/docs/types/TQueryStorageParamsResponseStrict.html new file mode 100644 index 0000000..0e19487 --- /dev/null +++ b/docs/types/TQueryStorageParamsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageParamsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageParamsResponseStrict

                                                                                                      TQueryStorageParamsResponseStrict: ModifyDeep<QueryParamsResponse, {
                                                                                                          params: Params;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/Params RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • params: Params
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStoragePaymentInfoResponseStrict.html b/docs/types/TQueryStoragePaymentInfoResponseStrict.html new file mode 100644 index 0000000..2aaa77e --- /dev/null +++ b/docs/types/TQueryStoragePaymentInfoResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStoragePaymentInfoResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStoragePaymentInfoResponseStrict

                                                                                                      TQueryStoragePaymentInfoResponseStrict: ModifyDeep<QueryStoragePaymentInfoResponse, {
                                                                                                          storagePaymentInfo: DStoragePaymentInfo;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/StoragePaymentInfo RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStorageStatsResponseStrict.html b/docs/types/TQueryStorageStatsResponseStrict.html new file mode 100644 index 0000000..23e8d28 --- /dev/null +++ b/docs/types/TQueryStorageStatsResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStorageStatsResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStorageStatsResponseStrict

                                                                                                      TQueryStorageStatsResponseStrict: ModifyDeep<QueryStorageStatsResponse, {
                                                                                                          activeUsers: number;
                                                                                                          purchased: number;
                                                                                                          used: number;
                                                                                                          usedRatio: Uint8Array;
                                                                                                          usersByPlan: DUsersByPlanMap;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/StorageStats RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • activeUsers: number
                                                                                                      • purchased: number
                                                                                                      • used: number
                                                                                                      • usedRatio: Uint8Array
                                                                                                      • usersByPlan: DUsersByPlanMap
                                                                                                      \ No newline at end of file diff --git a/docs/types/TQueryStoreCountResponseStrict.html b/docs/types/TQueryStoreCountResponseStrict.html new file mode 100644 index 0000000..d46e364 --- /dev/null +++ b/docs/types/TQueryStoreCountResponseStrict.html @@ -0,0 +1,2 @@ +TQueryStoreCountResponseStrict | @jackallabs/jackal.js-protos

                                                                                                      Type alias TQueryStoreCountResponseStrict

                                                                                                      TQueryStoreCountResponseStrict: ModifyDeep<QueryStoreCountResponse, {
                                                                                                          count: number;
                                                                                                      }>

                                                                                                      This is the response for the [Storage] Query/StoreCount RPC method.

                                                                                                      +

                                                                                                      Type declaration

                                                                                                      • count: number
                                                                                                      \ No newline at end of file diff --git a/docs/types/WithOptional.html b/docs/types/WithOptional.html new file mode 100644 index 0000000..cb8fb9f --- /dev/null +++ b/docs/types/WithOptional.html @@ -0,0 +1 @@ +WithOptional | @jackallabs/jackal.js-protos

                                                                                                      Type alias WithOptional<T, K>

                                                                                                      WithOptional<T, K>: Omit<T, K> & Partial<Pick<T, K>>

                                                                                                      Type Parameters

                                                                                                      • T
                                                                                                      • K extends keyof T
                                                                                                      \ No newline at end of file diff --git a/docs/variables/ActiveProviders-1.html b/docs/variables/ActiveProviders-1.html new file mode 100644 index 0000000..c1a5fdc --- /dev/null +++ b/docs/variables/ActiveProviders-1.html @@ -0,0 +1 @@ +ActiveProviders | @jackallabs/jackal.js-protos
                                                                                                      ActiveProviders: {
                                                                                                          create<I>(base?): ActiveProviders;
                                                                                                          decode(input, length?): ActiveProviders;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): ActiveProviders;
                                                                                                          fromPartial<I>(object): ActiveProviders;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Attestation-1.html b/docs/variables/Attestation-1.html new file mode 100644 index 0000000..c1f66b6 --- /dev/null +++ b/docs/variables/Attestation-1.html @@ -0,0 +1 @@ +Attestation | @jackallabs/jackal.js-protos
                                                                                                      Attestation: {
                                                                                                          create<I>(base?): Attestation;
                                                                                                          decode(input, length?): Attestation;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Attestation;
                                                                                                          fromPartial<I>(object): Attestation;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/AttestationForm-1.html b/docs/variables/AttestationForm-1.html new file mode 100644 index 0000000..ca25691 --- /dev/null +++ b/docs/variables/AttestationForm-1.html @@ -0,0 +1 @@ +AttestationForm | @jackallabs/jackal.js-protos
                                                                                                      AttestationForm: {
                                                                                                          create<I>(base?): AttestationForm;
                                                                                                          decode(input, length?): AttestationForm;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): AttestationForm;
                                                                                                          fromPartial<I>(object): AttestationForm;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[];
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[] & ({
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns AttestationForm

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[];
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[] & ({
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns AttestationForm

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/Bids-1.html b/docs/variables/Bids-1.html new file mode 100644 index 0000000..a577bc2 --- /dev/null +++ b/docs/variables/Bids-1.html @@ -0,0 +1 @@ +Bids | @jackallabs/jackal.js-protos
                                                                                                      Bids: {
                                                                                                          create<I>(base?): Bids;
                                                                                                          decode(input, length?): Bids;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Bids;
                                                                                                          fromPartial<I>(object): Bids;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Block-1.html b/docs/variables/Block-1.html new file mode 100644 index 0000000..5702f92 --- /dev/null +++ b/docs/variables/Block-1.html @@ -0,0 +1 @@ +Block | @jackallabs/jackal.js-protos
                                                                                                      Block: {
                                                                                                          create<I>(base?): Block;
                                                                                                          decode(input, length?): Block;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Block;
                                                                                                          fromPartial<I>(object): Block;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Feed-1.html b/docs/variables/Feed-1.html new file mode 100644 index 0000000..f85c59a --- /dev/null +++ b/docs/variables/Feed-1.html @@ -0,0 +1 @@ +Feed | @jackallabs/jackal.js-protos
                                                                                                      Feed: {
                                                                                                          create<I>(base?): Feed;
                                                                                                          decode(input, length?): Feed;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Feed;
                                                                                                          fromPartial<I>(object): Feed;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/FileProof-1.html b/docs/variables/FileProof-1.html new file mode 100644 index 0000000..7607af1 --- /dev/null +++ b/docs/variables/FileProof-1.html @@ -0,0 +1 @@ +FileProof | @jackallabs/jackal.js-protos
                                                                                                      FileProof: {
                                                                                                          create<I>(base?): FileProof;
                                                                                                          decode(input, length?): FileProof;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): FileProof;
                                                                                                          fromPartial<I>(object): FileProof;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Files-1.html b/docs/variables/Files-1.html new file mode 100644 index 0000000..052bf2c --- /dev/null +++ b/docs/variables/Files-1.html @@ -0,0 +1 @@ +Files | @jackallabs/jackal.js-protos
                                                                                                      Files: {
                                                                                                          create<I>(base?): Files;
                                                                                                          decode(input, length?): Files;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Files;
                                                                                                          fromPartial<I>(object): Files;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                contents?: string;
                                                                                                                editAccess?: string;
                                                                                                                owner?: string;
                                                                                                                trackingNumber?: string;
                                                                                                                viewingAccess?: string;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                contents?: string;
                                                                                                                editAccess?: string;
                                                                                                                owner?: string;
                                                                                                                trackingNumber?: string;
                                                                                                                viewingAccess?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns Files

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                contents?: string;
                                                                                                                editAccess?: string;
                                                                                                                owner?: string;
                                                                                                                trackingNumber?: string;
                                                                                                                viewingAccess?: string;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                contents?: string;
                                                                                                                editAccess?: string;
                                                                                                                owner?: string;
                                                                                                                trackingNumber?: string;
                                                                                                                viewingAccess?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns Files

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/Forsale-1.html b/docs/variables/Forsale-1.html new file mode 100644 index 0000000..19eb064 --- /dev/null +++ b/docs/variables/Forsale-1.html @@ -0,0 +1 @@ +Forsale | @jackallabs/jackal.js-protos
                                                                                                      Forsale: {
                                                                                                          create<I>(base?): Forsale;
                                                                                                          decode(input, length?): Forsale;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Forsale;
                                                                                                          fromPartial<I>(object): Forsale;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Init-1.html b/docs/variables/Init-1.html new file mode 100644 index 0000000..d2dea29 --- /dev/null +++ b/docs/variables/Init-1.html @@ -0,0 +1 @@ +Init | @jackallabs/jackal.js-protos
                                                                                                      Init: {
                                                                                                          create<I>(base?): Init;
                                                                                                          decode(input, length?): Init;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Init;
                                                                                                          fromPartial<I>(object): Init;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Names-1.html b/docs/variables/Names-1.html new file mode 100644 index 0000000..3c3fb35 --- /dev/null +++ b/docs/variables/Names-1.html @@ -0,0 +1 @@ +Names | @jackallabs/jackal.js-protos
                                                                                                      Names: {
                                                                                                          create<I>(base?): Names;
                                                                                                          decode(input, length?): Names;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Names;
                                                                                                          fromPartial<I>(object): Names;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                data?: string;
                                                                                                                expires?: number;
                                                                                                                locked?: number;
                                                                                                                name?: string;
                                                                                                                subdomains?: ({ name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; })[];
                                                                                                                tld?: string;
                                                                                                                value?: string;
                                                                                                            } & {
                                                                                                                data?: string;
                                                                                                                expires?: number;
                                                                                                                locked?: number;
                                                                                                                name?: string;
                                                                                                                subdomains?: {
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: { name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; }[];
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                }[] & ({
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: ({ name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; })[];
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                } & {
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: (...)[] & (...)[] & {
                                                                                                                        [K in (...)]: (...)
                                                                                                                    };
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                tld?: string;
                                                                                                                value?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns Names

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                data?: string;
                                                                                                                expires?: number;
                                                                                                                locked?: number;
                                                                                                                name?: string;
                                                                                                                subdomains?: ({ name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; })[];
                                                                                                                tld?: string;
                                                                                                                value?: string;
                                                                                                            } & {
                                                                                                                data?: string;
                                                                                                                expires?: number;
                                                                                                                locked?: number;
                                                                                                                name?: string;
                                                                                                                subdomains?: {
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: { name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; }[];
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                }[] & ({
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: ({ name?: string | undefined; expires?: number | undefined; value?: string | undefined; data?: string | undefined; subdomains?: ...[] | undefined; tld?: string | undefined; locked?: number | undefined; })[];
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                } & {
                                                                                                                    data?: string;
                                                                                                                    expires?: number;
                                                                                                                    locked?: number;
                                                                                                                    name?: string;
                                                                                                                    subdomains?: (...)[] & (...)[] & {
                                                                                                                        [K in (...)]: (...)
                                                                                                                    };
                                                                                                                    tld?: string;
                                                                                                                    value?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                tld?: string;
                                                                                                                value?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns Names

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/Notification-1.html b/docs/variables/Notification-1.html new file mode 100644 index 0000000..da72433 --- /dev/null +++ b/docs/variables/Notification-1.html @@ -0,0 +1 @@ +Notification | @jackallabs/jackal.js-protos
                                                                                                      Notification: {
                                                                                                          create<I>(base?): Notification;
                                                                                                          decode(input, length?): Notification;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Notification;
                                                                                                          fromPartial<I>(object): Notification;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/Providers-1.html b/docs/variables/Providers-1.html new file mode 100644 index 0000000..e896753 --- /dev/null +++ b/docs/variables/Providers-1.html @@ -0,0 +1 @@ +Providers | @jackallabs/jackal.js-protos
                                                                                                      Providers: {
                                                                                                          create<I>(base?): Providers;
                                                                                                          decode(input, length?): Providers;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Providers;
                                                                                                          fromPartial<I>(object): Providers;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                authClaimers?: string[];
                                                                                                                burnedContracts?: string;
                                                                                                                creator?: string;
                                                                                                                ip?: string;
                                                                                                                keybaseIdentity?: string;
                                                                                                                totalspace?: string;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                authClaimers?: string[] & string[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                burnedContracts?: string;
                                                                                                                creator?: string;
                                                                                                                ip?: string;
                                                                                                                keybaseIdentity?: string;
                                                                                                                totalspace?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns Providers

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                authClaimers?: string[];
                                                                                                                burnedContracts?: string;
                                                                                                                creator?: string;
                                                                                                                ip?: string;
                                                                                                                keybaseIdentity?: string;
                                                                                                                totalspace?: string;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                authClaimers?: string[] & string[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                burnedContracts?: string;
                                                                                                                creator?: string;
                                                                                                                ip?: string;
                                                                                                                keybaseIdentity?: string;
                                                                                                                totalspace?: string;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns Providers

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/Pubkey-1.html b/docs/variables/Pubkey-1.html new file mode 100644 index 0000000..55c3ab0 --- /dev/null +++ b/docs/variables/Pubkey-1.html @@ -0,0 +1 @@ +Pubkey | @jackallabs/jackal.js-protos
                                                                                                      Pubkey: {
                                                                                                          create<I>(base?): Pubkey;
                                                                                                          decode(input, length?): Pubkey;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): Pubkey;
                                                                                                          fromPartial<I>(object): Pubkey;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      \ No newline at end of file diff --git a/docs/variables/ReportForm-1.html b/docs/variables/ReportForm-1.html new file mode 100644 index 0000000..b49fad9 --- /dev/null +++ b/docs/variables/ReportForm-1.html @@ -0,0 +1 @@ +ReportForm | @jackallabs/jackal.js-protos
                                                                                                      ReportForm: {
                                                                                                          create<I>(base?): ReportForm;
                                                                                                          decode(input, length?): ReportForm;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): ReportForm;
                                                                                                          fromPartial<I>(object): ReportForm;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[];
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[] & ({
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns ReportForm

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[];
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                attestations?: {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                }[] & ({
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    complete?: boolean;
                                                                                                                    provider?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                merkle?: Uint8Array;
                                                                                                                owner?: string;
                                                                                                                prover?: string;
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns ReportForm

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/StoragePaymentInfo-1.html b/docs/variables/StoragePaymentInfo-1.html new file mode 100644 index 0000000..1436756 --- /dev/null +++ b/docs/variables/StoragePaymentInfo-1.html @@ -0,0 +1 @@ +StoragePaymentInfo | @jackallabs/jackal.js-protos
                                                                                                      StoragePaymentInfo: {
                                                                                                          create<I>(base?): StoragePaymentInfo;
                                                                                                          decode(input, length?): StoragePaymentInfo;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): StoragePaymentInfo;
                                                                                                          fromPartial<I>(object): StoragePaymentInfo;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                coins?: {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                }[];
                                                                                                                end?: Date;
                                                                                                                spaceAvailable?: number;
                                                                                                                spaceUsed?: number;
                                                                                                                start?: Date;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                coins?: {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                }[] & ({
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                } & {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                end?: Date;
                                                                                                                spaceAvailable?: number;
                                                                                                                spaceUsed?: number;
                                                                                                                start?: Date;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns StoragePaymentInfo

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                address?: string;
                                                                                                                coins?: {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                }[];
                                                                                                                end?: Date;
                                                                                                                spaceAvailable?: number;
                                                                                                                spaceUsed?: number;
                                                                                                                start?: Date;
                                                                                                            } & {
                                                                                                                address?: string;
                                                                                                                coins?: {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                }[] & ({
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                } & {
                                                                                                                    amount?: string;
                                                                                                                    denom?: string;
                                                                                                                } & {
                                                                                                                    [K in string | number | symbol]: never
                                                                                                                })[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                end?: Date;
                                                                                                                spaceAvailable?: number;
                                                                                                                spaceUsed?: number;
                                                                                                                start?: Date;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns StoragePaymentInfo

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/UnifiedFile-1.html b/docs/variables/UnifiedFile-1.html new file mode 100644 index 0000000..701cc12 --- /dev/null +++ b/docs/variables/UnifiedFile-1.html @@ -0,0 +1 @@ +UnifiedFile | @jackallabs/jackal.js-protos
                                                                                                      UnifiedFile: {
                                                                                                          create<I>(base?): UnifiedFile;
                                                                                                          decode(input, length?): UnifiedFile;
                                                                                                          encode(message, writer?): Writer;
                                                                                                          fromJSON(object): UnifiedFile;
                                                                                                          fromPartial<I>(object): UnifiedFile;
                                                                                                          toJSON(message): unknown;
                                                                                                      }

                                                                                                      Type declaration

                                                                                                      • create:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                expires?: number;
                                                                                                                fileSize?: number;
                                                                                                                maxProofs?: number;
                                                                                                                merkle?: Uint8Array;
                                                                                                                note?: string;
                                                                                                                owner?: string;
                                                                                                                proofInterval?: number;
                                                                                                                proofType?: number;
                                                                                                                proofs?: string[];
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                expires?: number;
                                                                                                                fileSize?: number;
                                                                                                                maxProofs?: number;
                                                                                                                merkle?: Uint8Array;
                                                                                                                note?: string;
                                                                                                                owner?: string;
                                                                                                                proofInterval?: number;
                                                                                                                proofType?: number;
                                                                                                                proofs?: string[] & string[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • Optional base: I

                                                                                                          Returns UnifiedFile

                                                                                                      • decode:function
                                                                                                      • encode:function
                                                                                                      • fromJSON:function
                                                                                                      • fromPartial:function
                                                                                                        • Type Parameters

                                                                                                          • I extends {
                                                                                                                expires?: number;
                                                                                                                fileSize?: number;
                                                                                                                maxProofs?: number;
                                                                                                                merkle?: Uint8Array;
                                                                                                                note?: string;
                                                                                                                owner?: string;
                                                                                                                proofInterval?: number;
                                                                                                                proofType?: number;
                                                                                                                proofs?: string[];
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                expires?: number;
                                                                                                                fileSize?: number;
                                                                                                                maxProofs?: number;
                                                                                                                merkle?: Uint8Array;
                                                                                                                note?: string;
                                                                                                                owner?: string;
                                                                                                                proofInterval?: number;
                                                                                                                proofType?: number;
                                                                                                                proofs?: string[] & string[] & {
                                                                                                                    [K in string | symbol]: never
                                                                                                                };
                                                                                                                start?: number;
                                                                                                            } & {
                                                                                                                [K in string | number | symbol]: never
                                                                                                            }

                                                                                                          Parameters

                                                                                                          • object: I

                                                                                                          Returns UnifiedFile

                                                                                                      • toJSON:function
                                                                                                      \ No newline at end of file diff --git a/docs/variables/txResponseLibrary.html b/docs/variables/txResponseLibrary.html new file mode 100644 index 0000000..148775c --- /dev/null +++ b/docs/variables/txResponseLibrary.html @@ -0,0 +1 @@ +txResponseLibrary | @jackallabs/jackal.js-protos

                                                                                                      Variable txResponseLibraryConst

                                                                                                      txResponseLibrary: TMsgResponseParsers = ...
                                                                                                      \ No newline at end of file