pub(crate) async fn register_virtual_master(
master: Address,
salt: B256,
send_tx: SendTxOpts,
tx_opts: TxParams,
quiet: bool,
msgs: &RegisterMessages,
) -> Result<B256>Expand description
Submits registerVirtualMaster(salt) from master and returns the transaction hash.
With quiet, neither the transaction hash nor the receipt is printed, but the receipt is still
awaited unless --async was passed.