This is a crate that helps implement the use of the HAPI protocol in your smart contract on Near blockchain.
The crate has an AML structure that stores:
Note
If the risk level was not set for some categories, then the risk level for the category All is used, which is set during initialization.
get_aml - Returns the aml accountId and vector of added categories with accepted risk levels.
updateaccountid - Updates account id of aml service.
update_category - Updates or add a category with accepted risk score to aml conditions.
remove_category - Removes category from aml conditions.
assert_risk - Checks the category according to the set level of risk. If the risk level is not set for this category, it checks the All category.