Reducer
type Reducer<Action> = {
actionType: FlexibleProvablePure<Action>;
};
Defined in: lib/mina/v1/actions/reducer.ts:14
Type Parameters
• Action
Type declaration
actionType
actionType: FlexibleProvablePure<Action>;
type Reducer<Action> = {
actionType: FlexibleProvablePure<Action>;
};
Defined in: lib/mina/v1/actions/reducer.ts:14
• Action
actionType: FlexibleProvablePure<Action>;