Interface HoosatServerOptions

Represents the options for the Hoosat server.

Hierarchy

  • HoosatServerOptions

Properties

Properties

https?: {
    ca?: string;
    cert?: string;
    key?: string;
}

Type declaration

  • Optional ca?: string
  • Optional cert?: string
  • Optional key?: string
protocol?: string

Generated using TypeDoc