pub async fn deploy_identity_contract(
    web3: &Web3<Http>,
    for_address: Address,
    add_privileges_to: &[Address]
) -> Result<(Address, Contract<Http>)>
Available on crate feature test-util only.
Expand description

Deploys the Identity contract for the give for_address Adds privileges by the constructor for the add_privileges_to addresses