Skip to content

FUZD / fuzd-client / DecryptedPayload

Type Alias: DecryptedPayload<ExecutionDataType>

DecryptedPayload<ExecutionDataType>: { payload: string; timing: TimingTypesCompatibleWithTimeLock; type: "time-locked"; } | { executions: ExecutionDataType[]; type: "clear"; }

Type Parameters

ExecutionDataType

Defined in

scheduler/dist/esm/types/external.d.ts:41