mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 18:02:28 +00:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
export namespace SignaturePolicy {
|
|
const StrictSign: string;
|
|
const StrictNoSign: string;
|
|
}
|