@holochain/client
Advanced tools
Changelog
2024-09-30: v0.18.0-dev.12
RevokeAgentKeyResponse
, which returns an array of tuples with cell id and error message for all cells that key revocation failed for.Changelog
2024-11-28: v0.19.0-dev.6
InstallAppRequest
type to adhere to the new format that includes the roles_settings
field and removes
the membrane_proofs
field as membrane proofs are now specified as part of the roles_settings
.Changelog
2024-11-21: v0.19.0-dev.5
cap_secret
, provenance
and payload
are optional parameters of a CallZomeRequest
. If implicit zome call signing is used, which happens when calling a zome with a CallZomeRequest
, provenance
and cap_secret
are automatically set with the authorized signing credentials. It is still possible to call a cell by its role name instead of its cell id. Alternatively to passing in a CallZomeRequest
, callZome
can be invoked with a signed request CallZomeRequestSigned
, where the zome call parameters have already been serialized and signed.Changelog
2024-11-21: v0.19.0-dev.4
Changelog
2024-11-20: v0.19.0-dev.3
Changelog
2024-11-12: v0.19.0-dev.2
GetCountersigningSessionState
as well as AbandonCountersigningSession
and PublishCountersigningSession
when a session could not be resolved automatically. Countersigning is an unstable feature which must explicitly be enabled in Holochain.Changelog
2024-10-28: v0.19.0-dev.1
InvalidTokenError
is returned if that fails.