Skip to content

FUZD / fuzd-scheduler / DecryptedPayload

Type Alias: DecryptedPayload<ExecutionDataType>

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

Type Parameters

ExecutionDataType

Defined in

types/external.ts:83