• Set the Chain.Agent and Agent.Bundle static properties. This is how a custom chain implementation knows how to use the corresponding agent implementation, and likewise for bundles.

    Parameters

    • Chain: Function
    • Agent: Function
    • Bundle: Function

    Returns {
        Agent: Function;
        Bundle: Function;
        Chain: Function;
    }

    • Agent: Function
    • Bundle: Function
    • Chain: Function

Generated using TypeDoc