CreateOptions.getSigBlockLen
void getSigBlockLen(out DarDeltaSigBlockFunc fsFunction,
out ulong multiplier,
out ulong divisor,
out uint minBlockLen,
out uint maxBlockLen) @safeGets the signature block length calculation parameters.
Parameters
fsFunction | receives the function type |
multiplier | receives the multiplier |
divisor | receives the divisor |
minBlockLen | receives the minimum block length |
maxBlockLen | receives the maximum block length |