UNPKG

@activeledger/activeprotocol

Version:

Underlying protocol which handles consensus and the smart contract virtual machine of Activeledger

19 lines 443 B
interface ISecurityNamespaceData { std: string[]; external: string[]; mock: string[]; } interface ISecurityNamespaces { [namespace: string]: ISecurityNamespaceData; } export interface ISecurityCache { namespace: ISecurityNamespaces; signedOutputs: boolean; hardenedKeys: boolean; } export interface IReferenceStreams { new: any[]; updated: any[]; } export {}; //# sourceMappingURL=process.interface.d.ts.map