deploy_token_proxy

Function deploy_token_proxy 

Source
pub async fn deploy_token_proxy(
    provider: impl Provider,
    contracts: &mut Contracts,
    owner: Address,
    init_grant_recipient: Address,
    initial_supply: U256,
    name: &str,
    symbol: &str,
) -> Result<Address>
Expand description

The primary logic for deploying and initializing an upgradable Espresso Token contract.