Type alias CryptoConfig

CryptoConfig: {
    masterKeys: string[];
    metadataCache: boolean;
    privateKey: string;
    publicKey: string;
    tmpPath: string;
}

Type declaration

  • masterKeys: string[]
  • metadataCache: boolean
  • privateKey: string
  • publicKey: string
  • tmpPath: string

Generated using TypeDoc