IdGenerator
@mineflow/client-core / IdGenerator
Type Alias: IdGenerator
type IdGenerator = () => string;
Defined in: packages/client-core/src/ports.ts:60
Генератор Idempotency-Key (ADR-0012). web: crypto.randomUUID;
RN: react-native-get-random-values + uuid. Должен возвращать свежий UUID
на каждый вызов.
Returns
string