ScryptMiningParams constructor
const
ScryptMiningParams({})
Implementation
const ScryptMiningParams({
required this.N,
required this.r,
required this.p,
required this.dkLen,
required this.salt,
required this.password,
});