algorithm property

Algorithm get algorithm

Signature algorithm to be used.

Implementation

Algorithm get algorithm => Algorithm.fromJS(_wrapped.algorithm);
set algorithm (Algorithm v)

Implementation

set algorithm(Algorithm v) {
  _wrapped.algorithm = v.toJS;
}