This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14d0997
commit 269a6f5
Showing
5 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
export namespace codes { | ||
export const ERR_INVALID_SIGNATURE_POLICY: string; | ||
export const ERR_UNHANDLED_SIGNATURE_POLICY: string; | ||
export const ERR_MISSING_SIGNATURE: string; | ||
export const ERR_MISSING_SEQNO: string; | ||
export const ERR_INVALID_SIGNATURE: string; | ||
export const ERR_UNEXPECTED_FROM: string; | ||
export const ERR_UNEXPECTED_SIGNATURE: string; | ||
export const ERR_UNEXPECTED_KEY: string; | ||
export const ERR_UNEXPECTED_SEQNO: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export namespace SignaturePolicy { | ||
export const StrictSign: string; | ||
export const StrictNoSign: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters