Properties of a Blake2b128Task.

interface IBlake2b128Task {
    value?: null | string;
}

Implemented by

Properties

Properties

value?: null | string

Optional value to hash. If not provided or empty, will use the previous task output.