Skip to content

Latest commit

 

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">;