mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 06:12:29 +00:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
|
export namespace SignaturePolicy {
|
||
|
export const StrictSign: string;
|
||
|
export const StrictNoSign: string;
|
||
|
}
|