Skip to content

Commit

Permalink
Remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Sep 18, 2024
1 parent a8c7588 commit 9113036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ export interface ResponseDkgBackupKeys {
encryptedKeys: Buffer
}
export interface ResponseReviewTransaction {
hash?: Buffer
hash: Buffer
}

0 comments on commit 9113036

Please sign in to comment.