Add Providers

To add a Provider, call the addProvidersFor function on the Snowflake smart contract with the approvingAddress, Providers, v,r,s signatures from both Addresses, and the timestamp of the function call.

Triggers event: ProviderAdded

The addProvidersFor function should contain:

ARGUMENTS

Signatures should follow the below pattern:

keccak256(
                    abi.encodePacked(
                        "I authorize that these Providers be added to my Identity", ein, providers, timestamp
                    )
                )

Last updated