Static
setStatic
unsetStatic
getStatic
setStatic
getStatic
checkPerforms AML risk score screening
It assumes that provided address is the address of a wallet
An address to screen
Optional
config: AxiosRequestConfigPerforms AML risk score screening
It assumes that provided addresses are wallet-kind addresses
An array of addresses to screen
Optional
config: AxiosRequestConfigPerforms AML risk score screening
Allows to specify what type of address you screen
A PureFIAddress to screen
Optional
config: AxiosRequestConfigPerforms AML risk score screening
Allows to specify what type of addresses you screen
An array of PureFIAddress'es to screen
Optional
config: AxiosRequestConfigPerforms AML risk score screening
Consider using this overload if you want to have more control
over message signing and handle this process by yourself
In this particular case you don't need to set any signers
Optional
config: AxiosRequestConfigStatic
downloadGenerates PureFI VC Certificate in .pdf format
It assumes that provided address is the address of a wallet
An address to screen
Generates PureFI VC Certificate in .pdf format
It assumes that provided addresses are wallet-kind addresses
An array of addresses to screen
Generates PureFI VC Certificate in .pdf format
Allows to specify type of the address
A PureFIAddress to generate a report
Generates PureFI VC Certificate in .pdf format
Allows to specify types of the addresses
An array of PureFIAddress'es to generate a report
Generates PureFI VC Certificate in .pdf format
Consider using this overload if you want to have more control
over message signing and handle this process by yourself
In this particular case you don't need to set any signers
Static
verifyOptional
signatureType: SignatureTypeOptional
config: AxiosRequestConfigOptional
signatureType: SignatureTypeOptional
config: AxiosRequestConfigStatic
verify
Sets a signer. The signer must implement ISigner interface
Provided signer will be used later on to sign messages within checkRisk and downloadReport methods
There is one exception
In case of checkRisk and downloadReport overloads that get PureFIPayload as an argument, mentioned methods assume you signed a message by yourself (probably you have a specific scenario around signing), so you don't need to set any signer at all in this particular case
All for the sake of flexibility