[Home](./index.md) > [@holochain/client](./client.md) ## client package ## Classes
Class Description
[ActionHashB64Map](./client.actionhashb64map.md)
[ActionHashMap](./client.actionhashmap.md)
[AdminWebsocket](./client.adminwebsocket.md) A class for interacting with a conductor's Admin API.
[AgentPubKeyB64Map](./client.agentpubkeyb64map.md)
[AgentPubKeyMap](./client.agentpubkeymap.md)
[AnyDhtHashB64Map](./client.anydhthashb64map.md)
[AnyDhtHashMap](./client.anydhthashmap.md)
[AppWebsocket](./client.appwebsocket.md) A class to establish a websocket connection to an App interface, for a specific agent and app.
[CellMap](./client.cellmap.md)
[CloneIdHelper](./client.cloneidhelper.md) Identifier of a clone cell, composed of the DNA's role id and the index of the clone, starting at 0. Example: `profiles.0`
[DhtOpHashB64Map](./client.dhtophashb64map.md)
[DhtOpHashMap](./client.dhtophashmap.md)
[DnaActionHashMap](./client.dnaactionhashmap.md)
[DnaAgentPubKeyMap](./client.dnaagentpubkeymap.md)
[DnaAnyDhtHashMap](./client.dnaanydhthashmap.md)
[DnaDhtOpHashMap](./client.dnadhtophashmap.md)
[DnaDnaHashMap](./client.dnadnahashmap.md)
[DnaEntryHashMap](./client.dnaentryhashmap.md)
[DnaExternalHashMap](./client.dnaexternalhashmap.md)
[DnaHashB64Map](./client.dnahashb64map.md)
[DnaHashMap](./client.dnahashmap.md)
[DnaHoloHashMap](./client.dnaholohashmap.md) A Map of DnaHash to HoloHashMap. i.e. A Map of DnaHash to a Map of HoloHash to a value.
[DnaWarrantHashMap](./client.dnawarranthashmap.md)
[DnaWasmHashMap](./client.dnawasmhashmap.md)
[EntryHashB64Map](./client.entryhashb64map.md)
[EntryHashMap](./client.entryhashmap.md)
[ExternalHashB64Map](./client.externalhashb64map.md)
[ExternalHashMap](./client.externalhashmap.md)
[HolochainError](./client.holochainerror.md) Error thrown when response from Holochain is an error.
[HoloHashB64Map](./client.holohashb64map.md) A Map of HoloHashB64 to a value.
[HoloHashMap](./client.holohashmap.md) A Map of HoloHash to a value.
[LazyActionHashMap](./client.lazyactionhashmap.md)
[LazyAgentPubKeyMap](./client.lazyagentpubkeymap.md)
[LazyAnyDhtHashMap](./client.lazyanydhthashmap.md)
[LazyDhtOpHashMap](./client.lazydhtophashmap.md)
[LazyDnaHashMap](./client.lazydnahashmap.md)
[LazyEntryHashMap](./client.lazyentryhashmap.md)
[LazyExternalHashMap](./client.lazyexternalhashmap.md)
[LazyHoloHashMap](./client.lazyholohashmap.md) A HoloHashMap that will fetch and store a value if it is not found in a 'get' call.
[LazyWarrantHashMap](./client.lazywarranthashmap.md)
[LazyWasmHashMap](./client.lazywasmhashmap.md)
[TauriAppTransport](./client.tauriapptransport.md) Carries the App API over Tauri IPC into a Holochain conductor running in the same process, instead of over a websocket. From [AppWebsocket](./client.appwebsocket.md)'s perspective this is a drop-in for [WsClient](./client.wsclient.md): it exposes the same `request` method and is an Emittery that emits `signal` events, so every AppWebsocket method works unchanged. Only the pipe differs — the same msgpack-encoded `{ type, value }` payloads a websocket would carry are sent through the `plugin:|app_request` command. No app id is sent: the conductor scopes each request to the calling window on the Rust side, which replaces the per-app websocket auth token.
[WarrantHashB64Map](./client.warranthashb64map.md)
[WarrantHashMap](./client.warranthashmap.md)
[WasmHashB64Map](./client.wasmhashb64map.md)
[WasmHashMap](./client.wasmhashmap.md)
[WsClient](./client.wsclient.md) A WebSocket client which can make requests and receive responses, as well as send and receive signals. Uses Holochain's WireMessage for communication.
## Enumerations
Enumeration Description
[ActionType](./client.actiontype.md)
[AppStatusFilter](./client.appstatusfilter.md)
[CellProvisioningStrategy](./client.cellprovisioningstrategy.md)
[CellType](./client.celltype.md)
[ChainOpType](./client.chainoptype.md)
[CountersigningSessionStateType](./client.countersigningsessionstatetype.md)
[DetailsType](./client.detailstype.md)
[EntryDhtStatus](./client.entrydhtstatus.md)
[GrantedFunctionsType](./client.grantedfunctionstype.md)
[HoloHashType](./client.holohashtype.md)
[OpEntryType](./client.opentrytype.md)
[ResolutionRequiredReason](./client.resolutionrequiredreason.md) The reason why a countersigning session can not be resolved automatically and requires manual resolution.
[SessionCompletionDecisionType](./client.sessioncompletiondecisiontype.md) Decision about an incomplete countersigning session.
[SignalType](./client.signaltype.md)
[ValidationStatus](./client.validationstatus.md)
## Functions
Function Description
[decodeHashFromBase64(hash)](./client.decodehashfrombase64.md) Decodes a Base64 encoded string to a byte array hash.
[dhtLocationFrom32(hashCore)](./client.dhtlocationfrom32.md) Generate DHT location (last 4 bytes) from a core hash (middle 32 bytes). From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[encodeHashToBase64(hash)](./client.encodehashtobase64.md) Encode a byte array hash to a Base64 string.
[fakeActionHash(coreByte)](./client.fakeactionhash.md) Generate a valid hash of a non-existing action.
[fakeAgentPubKey(coreByte)](./client.fakeagentpubkey.md) Generate a valid agent key of a non-existing agent.
[fakeDnaHash(coreByte)](./client.fakednahash.md) Generate a valid hash of a non-existing DNA.
[fakeEntryHash(coreByte)](./client.fakeentryhash.md) Generate a valid hash of a non-existing entry. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[generateSigningKeyPair(agentPubKey)](./client.generatesigningkeypair.md) Generates a key pair for signing zome calls.
[getBaseRoleNameFromCloneId(roleName)](./client.getbaserolenamefromcloneid.md) Parse a clone id and get the role name part of it.
[getChainOpAction(op)](./client.getchainopaction.md)
[getChainOpEntry(op)](./client.getchainopentry.md)
[getChainOpSignature(op)](./client.getchainopsignature.md)
[getChainOpType(op)](./client.getchainoptype.md)
[getHashType(hash)](./client.gethashtype.md) Get hash type of a hash, by reading the first 3 bytes. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[getNonceExpiration()](./client.getnonceexpiration.md)
[getSigningCredentials(cellId)](./client.getsigningcredentials.md) Get credentials for signing zome calls.
[getTauriHolochainEnvironment()](./client.gettauriholochainenvironment.md) The injected [TauriHolochainEnvironment](./client.tauriholochainenvironment.md), or `undefined` when not in a Tauri holochain webview.
[hashFrom32AndType(hashCore, hashType)](./client.hashfrom32andtype.md) Generate full hash from a core hash (middle 32 bytes) and hash type label. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[hashFromContentAndType(content, hashType)](./client.hashfromcontentandtype.md) Generate full hash from some data content and hash type label. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[isCloneId(roleName)](./client.iscloneid.md) Check if a cell's role name is a valid clone id.
[isSameCell(cellId1, cellId2)](./client.issamecell.md) Check if two cell ids are identical.
[isTauriHolochain()](./client.istauriholochain.md) Whether the code is running inside a Tauri webview opened by tauri-plugin-holochain. True only when both the Tauri IPC bridge and the plugin's holochain marker are present on `window`.
[randomByteArray(length)](./client.randombytearray.md)
[randomCapSecret()](./client.randomcapsecret.md)
[randomNonce()](./client.randomnonce.md)
[setSigningCredentials(cellId, credentials)](./client.setsigningcredentials.md) Set credentials for signing zome calls.
[signZomeCall(request)](./client.signzomecall.md)
[sliceCore32(hash)](./client.slicecore32.md) Get core hash from a Holochain hash (32 bytes). From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[sliceDhtLocation(hash)](./client.slicedhtlocation.md) Get DHT location (last 4 bytes) from a hash. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
[sliceHashType(hash)](./client.slicehashtype.md) Get hash type (initial 3 bytes) from a hash. From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
## Interfaces
Interface Description
[Action](./client.action.md)
[ActionHeader](./client.actionheader.md)
[AdminApi](./client.adminapi.md)
[AgentInfoDump](./client.agentinfodump.md)
[AgentValidationPkg](./client.agentvalidationpkg.md)
[ApiTransportStats](./client.apitransportstats.md)
[AppAuthenticationRequest](./client.appauthenticationrequest.md)
[AppClient](./client.appclient.md)
[AppClientTransport](./client.appclienttransport.md) The transport an [AppClient](./client.appclient.md) uses to reach the conductor: either a websocket (`WsClient`) or Tauri IPC ([TauriAppTransport](./client.tauriapptransport.md)). It must carry tagged App API requests and surface `signal` events. This is the only surface [AppWebsocket](./client.appwebsocket.md) needs from its transport.
[AppEvents](./client.appevents.md)
[AppInterfaceInfo](./client.appinterfaceinfo.md)
[AppWebsocketConnectionOptions](./client.appwebsocketconnectionoptions.md)
[CallZomeRequestSigned](./client.callzomerequestsigned.md)
[CapClaim](./client.capclaim.md)
[CapGrantInfo](./client.capgrantinfo.md)
[CellProvisioning](./client.cellprovisioning.md)
[ClonedCell](./client.clonedcell.md)
[CloseChain](./client.closechain.md)
[CoordinatorBundle](./client.coordinatorbundle.md)
[CoordinatorManifest](./client.coordinatormanifest.md)
[CountersigningAgentState](./client.countersigningagentstate.md)
[CounterSigningSessionData](./client.countersigningsessiondata.md)
[CounterSigningSessionTimes](./client.countersigningsessiontimes.md)
[Create](./client.create.md)
[CreateBase](./client.createbase.md)
[CreateCloneCellRequest](./client.createclonecellrequest.md)
[CreateLink](./client.createlink.md)
[Delete](./client.delete.md)
[DeleteCloneCellRequest](./client.deleteclonecellrequest.md)
[DeleteLink](./client.deletelink.md)
[DhtSegmentState](./client.dhtsegmentstate.md) DHT segment state.
[DisableCloneCellRequest](./client.disableclonecellrequest.md)
[Dna](./client.dna.md)
[DnaStorageInfo](./client.dnastorageinfo.md)
[DumpNetworkMetricsRequest](./client.dumpnetworkmetricsrequest.md) Arguments for dumping network metrics.
[Duration](./client.duration.md)
[EntryContent](./client.entrycontent.md)
[EntryDetails](./client.entrydetails.md)
[FetchPoolInfo](./client.fetchpoolinfo.md)
[FetchStateSummary](./client.fetchstatesummary.md) Summary of the fetch state.
[FullIntegrationStateDump](./client.fullintegrationstatedump.md)
[FullStateDump](./client.fullstatedump.md)
[GossipRoundStateSummary](./client.gossiproundstatesummary.md) Gossip round state summary.
[GossipStateSummary](./client.gossipstatesummary.md) Gossip state summary.
[GrantZomeCallCapabilityRequest](./client.grantzomecallcapabilityrequest.md)
[HoloHashed](./client.holohashed.md)
[InitZomesComplete](./client.initzomescomplete.md)
[IssueAppAuthenticationTokenRequest](./client.issueappauthenticationtokenrequest.md)
[IssueAppAuthenticationTokenResponse](./client.issueappauthenticationtokenresponse.md)
[KeyPair](./client.keypair.md) An Ed25519 key pair, as returned by libsodium's `crypto_sign_keypair`.
[Link](./client.link.md)
[ListCapabilityGrantsRequest](./client.listcapabilitygrantsrequest.md)
[LocalAgentSummary](./client.localagentsummary.md) Summary of a local agent's network state.
[MessageBlockCount](./client.messageblockcount.md)
[NetworkMetrics](./client.networkmetrics.md) Network metrics from Kitsune2.
[OpenChain](./client.openchain.md)
[P2pAgentsDump](./client.p2pagentsdump.md)
[PeerMeta](./client.peermeta.md) Peer metadata dump.
[PeerMetaInfo](./client.peermetainfo.md)
[PeerMetaInfoRequest](./client.peermetainforequest.md)
[PreflightRequest](./client.preflightrequest.md)
[PreflightResponse](./client.preflightresponse.md)
[ProvisionedCell](./client.provisionedcell.md)
[RecordDetails](./client.recorddetails.md)
[RegisterAgentActivity](./client.registeragentactivity.md)
[RevokeZomeCallCapabilityRequest](./client.revokezomecallcapabilityrequest.md)
[SessionResolutionOutcome](./client.sessionresolutionoutcome.md) The outcome for a single agent who participated in a countersigning session. \[NUM\_AUTHORITIES\_TO\_QUERY\] authorities are made to agent activity authorities for each agent, and the decisions are collected into \[SessionResolutionOutcome::decisions\].
[SessionResolutionSummary](./client.sessionresolutionsummary.md) Summary of the workflow's attempts to resolve the outcome a failed countersigning session. This tracks the numbers of attempts and the outcome of the most recent attempt.
[SignedAction](./client.signedaction.md)
[SignedActionHashed](./client.signedactionhashed.md)
[SigningCredentials](./client.signingcredentials.md)
[SourceChainJsonDump](./client.sourcechainjsondump.md)
[SourceChainJsonRecord](./client.sourcechainjsonrecord.md)
[StemCell](./client.stemcell.md)
[StorageInfo](./client.storageinfo.md)
[TauriHolochainEnvironment](./client.tauriholochainenvironment.md) Environment injected by the in-process Tauri plugin (tauri-plugin-holochain) into a webview that is wired to a Holochain conductor running in the same process. Its presence signals that the App API should be reached through Tauri IPC rather than by opening a websocket.
[TransportConnectionStats](./client.transportconnectionstats.md) Stats for a single transport connection.
[TransportStats](./client.transportstats.md) Stats for a transport connection. This is intended to be a state dump that gives some insight into what the transport is doing.
[Update](./client.update.md)
[UpdateBase](./client.updatebase.md)
[ValidationReceipt](./client.validationreceipt.md)
[Warrant](./client.warrant.md)
[WarrantOp](./client.warrantop.md)
[WarrantProof](./client.warrantproof.md)
[WebsocketConnectionOptions](./client.websocketconnectionoptions.md) Options for a Websocket connection.
[ZomeCallCapGrant](./client.zomecallcapgrant.md)
[ZomeDependency](./client.zomedependency.md)
## Variables
Variable Description
[HASH\_TYPE\_PREFIX](./client.hash_type_prefix.md) Hash type labels mapped to their 3 byte values (forming the first 3 bytes of hash). From https://github.com/holochain/holochain/blob/develop/crates/holo\_hash/src/hash\_type/primitive.rs
## Type Aliases
Type Alias Description
[AbandonCountersigningSessionStateRequest](./client.abandoncountersigningsessionstaterequest.md) Cell id for which the countersigning session should be abandoned.
[AbandonCountersigningSessionStateResponse](./client.abandoncountersigningsessionstateresponse.md)
[ActionBase](./client.actionbase.md)
[ActionData](./client.actiondata.md)
[ActionHash](./client.actionhash.md)
[ActionHashAndSig](./client.actionhashandsig.md) Action hash with the signature of the action at that hash
[ActionHashB64](./client.actionhashb64.md)
[ActionHashed](./client.actionhashed.md)
[AddAgentInfoRequest](./client.addagentinforequest.md)
[AddAgentInfoResponse](./client.addagentinforesponse.md)
[AgentInfoRequest](./client.agentinforequest.md)
[AgentInfoResponse](./client.agentinforesponse.md)
[AgentInfoSigned](./client.agentinfosigned.md) This type is meant to be opaque
[AgentMigrationTarget](./client.agentmigrationtarget.md)
[AgentPubKey](./client.agentpubkey.md)
[AgentPubKeyB64](./client.agentpubkeyb64.md)
[AnyDhtHash](./client.anydhthash.md)
[AnyDhtHashB64](./client.anydhthashb64.md)
[AnyLinkableHash](./client.anylinkablehash.md)
[AppAuthenticationToken](./client.appauthenticationtoken.md)
[AppBundle](./client.appbundle.md)
[AppBundleSource](./client.appbundlesource.md)
[AppEntryDef](./client.appentrydef.md)
[AppInfo](./client.appinfo.md)
[AppInfoResponse](./client.appinforesponse.md)
[AppManifest](./client.appmanifest.md)
[AppRoleDnaManifest](./client.approlednamanifest.md)
[AppRoleManifest](./client.approlemanifest.md)
[AppSignal](./client.appsignal.md)
[AppStatus](./client.appstatus.md)
[AttachAppInterfaceRequest](./client.attachappinterfacerequest.md)
[AttachAppInterfaceResponse](./client.attachappinterfaceresponse.md)
[CallZomeRequest](./client.callzomerequest.md)
[CallZomeRequestGeneric](./client.callzomerequestgeneric.md)
[CallZomeResponse](./client.callzomeresponse.md)
[CallZomeResponseGeneric](./client.callzomeresponsegeneric.md)
[CallZomeTransform](./client.callzometransform.md)
[CapAccess](./client.capaccess.md)
[CapGrant](./client.capgrant.md)
[CapSecret](./client.capsecret.md)
[CellId](./client.cellid.md)
[CellInfo](./client.cellinfo.md)
[ChainIntegrityWarrant](./client.chainintegritywarrant.md)
[ChainOp](./client.chainop.md)
[CloneCellId](./client.clonecellid.md)
[CloneId](./client.cloneid.md)
[CoordinatorSource](./client.coordinatorsource.md)
[CoordinatorZome](./client.coordinatorzome.md)
[CounterSigningAgents](./client.countersigningagents.md)
[CountersigningSessionState](./client.countersigningsessionstate.md)
[CreateCloneCellResponse](./client.createclonecellresponse.md)
[DeleteCloneCellResponse](./client.deleteclonecellresponse.md)
[Details](./client.details.md)
[DhtArc](./client.dhtarc.md) The definition of a storage arc compatible with the concept of storage and querying of items in a store that fall within that arc.
[DhtOp](./client.dhtop.md)
[DhtOpHash](./client.dhtophash.md)
[DhtOpHashB64](./client.dhtophashb64.md)
[DisableAppRequest](./client.disableapprequest.md)
[DisableAppResponse](./client.disableappresponse.md)
[DisableCloneCellResponse](./client.disableclonecellresponse.md)
[DisabledAppReason](./client.disabledappreason.md)
[DnaBundle](./client.dnabundle.md)
[DnaDef](./client.dnadef.md)
[DnaDefinition](./client.dnadefinition.md)
[DnaHash](./client.dnahash.md)
[DnaHashB64](./client.dnahashb64.md)
[DnaManifest](./client.dnamanifest.md)
[DnaMigrationTarget](./client.dnamigrationtarget.md)
[DnaModifiers](./client.dnamodifiers.md)
[DnaModifiersOpt](./client.dnamodifiersopt.md)
[DnaProperties](./client.dnaproperties.md)
[DnaSource](./client.dnasource.md)
[DnaStorageBlob](./client.dnastorageblob.md)
[DnaVersionFlexible](./client.dnaversionflexible.md)
[DnaVersionSpec](./client.dnaversionspec.md)
[DumpFullStateRequest](./client.dumpfullstaterequest.md)
[DumpFullStateResponse](./client.dumpfullstateresponse.md)
[DumpNetworkMetricsResponse](./client.dumpnetworkmetricsresponse.md)
[DumpNetworkStatsRequest](./client.dumpnetworkstatsrequest.md)
[DumpNetworkStatsResponse](./client.dumpnetworkstatsresponse.md)
[DumpStateRequest](./client.dumpstaterequest.md)
[DumpStateResponse](./client.dumpstateresponse.md)
[EnableAppRequest](./client.enableapprequest.md)
[EnableAppResponse](./client.enableappresponse.md)
[EnableCloneCellRequest](./client.enableclonecellrequest.md)
[EnableCloneCellResponse](./client.enableclonecellresponse.md)
[EnableRequest](./client.enablerequest.md)
[EnableResponse](./client.enableresponse.md)
[EncodedAppSignal](./client.encodedappsignal.md)
[Entry](./client.entry.md)
[EntryHash](./client.entryhash.md)
[EntryHashB64](./client.entryhashb64.md)
[EntryType](./client.entrytype.md)
[EntryVisibility](./client.entryvisibility.md)
[ExternalHash](./client.externalhash.md)
[ExternalHashB64](./client.externalhashb64.md)
[FunctionName](./client.functionname.md)
[GenerateAgentPubKeyRequest](./client.generateagentpubkeyrequest.md)
[GenerateAgentPubKeyResponse](./client.generateagentpubkeyresponse.md)
[GetCountersigningSessionStateRequest](./client.getcountersigningsessionstaterequest.md) Cell id for which the countersigning session state is requested.
[GetCountersigningSessionStateResponse](./client.getcountersigningsessionstateresponse.md)
[GetDnaDefinitionRequest](./client.getdnadefinitionrequest.md)
[GetDnaDefinitionResponse](./client.getdnadefinitionresponse.md)
[GrantedFunctions](./client.grantedfunctions.md)
[GrantZomeCallCapabilityResponse](./client.grantzomecallcapabilityresponse.md)
[HoloHash](./client.holohash.md)
[HoloHashB64](./client.holohashb64.md)
[InstallAppDnaPayload](./client.installappdnapayload.md)
[InstallAppRequest](./client.installapprequest.md)
[InstallAppResponse](./client.installappresponse.md)
[InstalledAppId](./client.installedappid.md)
[InstalledCell](./client.installedcell.md)
[IntegrityZome](./client.integrityzome.md)
[KitsuneAgent](./client.kitsuneagent.md)
[KitsuneSpace](./client.kitsunespace.md)
[LinkTag](./client.linktag.md)
[LinkType](./client.linktype.md) An internal link type index within the DNA, from 0 to 255.
[ListActiveAppsRequest](./client.listactiveappsrequest.md)
[ListActiveAppsResponse](./client.listactiveappsresponse.md)
[ListAppInterfacesRequest](./client.listappinterfacesrequest.md)
[ListAppInterfacesResponse](./client.listappinterfacesresponse.md)
[ListAppsRequest](./client.listappsrequest.md)
[ListAppsResponse](./client.listappsresponse.md)
[ListCapabilityGrantsResponse](./client.listcapabilitygrantsresponse.md)
[ListCellIdsRequest](./client.listcellidsrequest.md)
[ListCellIdsResponse](./client.listcellidsresponse.md)
[ListDnasRequest](./client.listdnasrequest.md)
[ListDnasResponse](./client.listdnasresponse.md)
[MembraneProof](./client.membraneproof.md)
[MemproofMap](./client.memproofmap.md)
[MigrationTarget](./client.migrationtarget.md)
[NetworkSeed](./client.networkseed.md)
[Nonce256Bit](./client.nonce256bit.md)
[OpEntry](./client.opentry.md)
[PausedAppReason](./client.pausedappreason.md)
[PeerMetaInfoResponse](./client.peermetainforesponse.md)
[PeerUrl](./client.peerurl.md) Peer Url
[PreflightBytes](./client.preflightbytes.md)
[ProvideMemproofsRequest](./client.providememproofsrequest.md)
[ProvideMemproofsResponse](./client.providememproofsresponse.md)
[PublishCountersigningSessionStateRequest](./client.publishcountersigningsessionstaterequest.md) Cell id for which the countersigning session should be published.
[PublishCountersigningSessionStateResponse](./client.publishcountersigningsessionstateresponse.md)
[RateBucketId](./client.ratebucketid.md)
[RateUnits](./client.rateunits.md)
[RawSignal](./client.rawsignal.md)
[Record\_2](./client.record_2.md)
[RecordEntry](./client.recordentry.md)
[Requester](./client.requester.md)
[ResourceBytes](./client.resourcebytes.md)
[ResourceMap](./client.resourcemap.md)
[RevokeAgentKeyRequest](./client.revokeagentkeyrequest.md)
[RevokeAgentKeyResponse](./client.revokeagentkeyresponse.md) Contains a list of errors of the cells where deletion was unsuccessful. If the key could not be deleted from all cells, the call [RevokeAgentKeyRequest](./client.revokeagentkeyrequest.md) can be re-attempted to delete the key from the remaining cells.
[RevokeZomeCallCapabilityResponse](./client.revokezomecallcapabilityresponse.md)
[Role](./client.role.md)
[RoleName](./client.rolename.md)
[RoleNameCallZomeRequest](./client.rolenamecallzomerequest.md)
[RoleSettings](./client.rolesettings.md)
[RoleSettingsMap](./client.rolesettingsmap.md)
[SessionCompletionDecision](./client.sessioncompletiondecision.md)
[Signal](./client.signal.md)
[SignalCb](./client.signalcb.md)
[Signature](./client.signature.md)
[SpaceId](./client.spaceid.md) kitsune2 space id
[StartAppRequest](./client.startapprequest.md)
[StartAppResponse](./client.startappresponse.md)
[StorageInfoRequest](./client.storageinforequest.md)
[StorageInfoResponse](./client.storageinforesponse.md)
[SystemSignal](./client.systemsignal.md)
[Timestamp](./client.timestamp.md)
[Transformer\_2](./client.transformer_2.md)
[UninstallAppRequest](./client.uninstallapprequest.md)
[UninstallAppResponse](./client.uninstallappresponse.md)
[UpdateCoordinatorsRequest](./client.updatecoordinatorsrequest.md)
[UpdateCoordinatorsResponse](./client.updatecoordinatorsresponse.md)
[ValidationType](./client.validationtype.md)
[WarrantHash](./client.warranthash.md)
[WarrantHashB64](./client.warranthashb64.md)
[WasmCode](./client.wasmcode.md)
[WasmHash](./client.wasmhash.md)
[WasmHashB64](./client.wasmhashb64.md)
[WsClientOptions](./client.wsclientoptions.md)
[YamlProperties](./client.yamlproperties.md) Any value that is serializable to a Yaml value
[ZomeDefinition](./client.zomedefinition.md)
[ZomeIndex](./client.zomeindex.md) An internal zome index within the DNA, from 0 to 255.
[ZomeManifest](./client.zomemanifest.md)
[ZomeName](./client.zomename.md)
[Zomes](./client.zomes.md)