Signers Registry Contract
interface ISignersRegistry {
function isPublicWhitelisted(address signer) view external returns (bool);
function isPrivateWhitelisted(address signerAdmin, address signer) view external returns (bool);
}Last updated
interface ISignersRegistry {
function isPublicWhitelisted(address signer) view external returns (bool);
function isPrivateWhitelisted(address signerAdmin, address signer) view external returns (bool);
}Last updated