pub fn custom<'a>(rpc_url: &str) -> NetworkBuilder<'a, Custom>Expand description
Connect to a custom network, and grab a Worker that can interact with it.
Note: the burden of ensuring the methods that are able to be called are left up to the user.