Functions
process
- process<Network>(options: { network: IdObject<"networks"> }): Process<Network | undefined>
-
Type parameters
-
Network: Pick<Network, "id" | "name" | "networkId" | "historicBlock">
Parameters
-
options: { network: IdObject<"networks"> }
Returns Process<Network | undefined>
Query for latest descendants of a given network and match against what's on chain.