Type alias Chain

Chain: {
    enable: boolean;
    interface?: string;
    modules?: Module[];
}

Type declaration

  • enable: boolean
  • Optional interface?: string

    Name of the interface to be used for the given chain. This is not required for the local IO chain "gpio".

  • Optional modules?: Module[]

    List of modules.

Generated using TypeDoc