Interface of a Signer that PureFI main class relies on
PureFI.setSigner expects an instance that implements this interface as a parameter
It's used behind the scenes to sign messages within PureFI.checkRisk and PureFI.downloadReport methods
Message to sign
In our scenarios it must be stringified Array<PureFIAddress>
Interface of a Signer that PureFI main class relies on
PureFI.setSigner expects an instance that implements this interface as a parameter
It's used behind the scenes to sign messages within PureFI.checkRisk and PureFI.downloadReport methods