Skip to main content

run

Function run 

Source
pub(super) async fn run(
    owner: Address,
    salt: Option<B256>,
    tag: u64,
    count: u32,
    threads: Option<usize>,
    seed: Option<B256>,
    no_random: bool,
    no_register: bool,
    send_tx: SendTxOpts,
    tx_opts: TxParams,
) -> Result<()>