pipValue method

Implementation

MatexPipValueCalculator pipValue({
  MatexBaseCoreState? state,
  List<MatexStateValidator>? validators,
}) {
  return matexPipValue(
    config: config,
    defaultState: state,
    validators: validators,
  );
}