Skip to content

Files

Latest commit

166c72e · Nov 25, 2024

History

History
13 lines (8 loc) · 419 Bytes

tryorama.cellzomecallrequest.md

File metadata and controls

13 lines (8 loc) · 419 Bytes

Home > @holochain/tryorama > CellZomeCallRequest

CellZomeCallRequest type

The zome request options adapted to a specific cell.

Signature:

export type CellZomeCallRequest = Omit<CallZomeRequest, "cap_secret" | "cell_id">;