callInternal abstract method

  1. @protected
Future<ChainValues> callInternal(
  1. ChainValues inputs
)

Call method to be implemented by subclasses (called by call). This is where the core logic of the chain should be implemented.

Implementation

@protected
Future<ChainValues> callInternal(final ChainValues inputs);