findAddress method

Future<RpcAddressLocation> findAddress(
  1. String path,
  2. ViteAddress address
)

Implementation

Future<RpcAddressLocation> findAddress(String path, ViteAddress address) =>
    api.findAddress(path, address);