Interface MultiRouteChainInput

An interface that extends the ChainInputs interface and adds additional properties for the routerChain, destinationChains, defaultChain, and silentErrors. It represents the input expected by the MultiRouteChain class.

Hierarchy

Properties

defaultChain: BaseChain<ChainValues, ChainValues>
destinationChains: {
    [name: string]: BaseChain;
}

Type declaration

routerChain: RouterChain
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

memory?: BaseMemory
silentErrors?: boolean

Generated using TypeDoc