Skip to content

Commit fd4a555

Browse files
committed
fix: use the existing SignatureWithRecovery type
1 parent 69f9010 commit fd4a555

File tree

1 file changed

+1
-5
lines changed
  • packages/hypergraph/src/messages

1 file changed

+1
-5
lines changed

packages/hypergraph/src/messages/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import * as Schema from 'effect/Schema';
22

33
import { AcceptInvitationEvent, CreateInvitationEvent, CreateSpaceEvent, SpaceEvent } from '../space-events/index.js';
4-
5-
export const SignatureWithRecovery = Schema.Struct({
6-
hex: Schema.String,
7-
recovery: Schema.Number,
8-
});
4+
import { SignatureWithRecovery } from '../types.js';
95

106
export const SignedUpdate = Schema.Struct({
117
update: Schema.Uint8Array,

0 commit comments

Comments
 (0)