constexpr ValidationResult ValidateLessThanOrEqual(TValue value, TValue maxValue, ValidationResult failureResult)
Validates that value is less than or equal to maxValue and returns failureResult on failure.
Definition: ValidatorUtils.h:28
SecretLockInfo(const Key &account, catapult::MosaicId mosaicId, catapult::Amount amount, catapult::Height height, model::LockHashAlgorithm hashAlgorithm, const Hash256 &secret, const catapult::Address &recipient)
Creates a secret lock info around account, mosaicId, amount, height, hashAlgorithm,...
Definition: SecretLockInfo.h:36