Upgrade Providers
upgradeProviders function
function addProviders(uint ein, address[] providers) public;keccak256(
abi.encodePacked(
byte(0x19), byte(0), address(this),
"I authorize that these Providers be added to my Identity.",
ein, providers, timestamp
)
)Last updated
Was this helpful?