Skip to main content

run

Function run 

Source
pub(super) async fn run(
    name: String,
    symbol: String,
    currency: String,
    quote_token: NameOrAddress,
    admin: NameOrAddress,
    salt: B256,
    force: bool,
    send_tx: SendTxOpts,
    tx_opts: TxParams,
) -> Result<()>