Namespace NetworksForBlocks
Functions
process
- process<Network>(options: { blocks: Block[]; network: Omit<Input<"networks">, "historicBlock"> }): Process<(Network | undefined)[]>
-
Type parameters
-
Network: Pick<Network, "id" | "name" | "networkId" | "historicBlock">
Parameters
-
options: { blocks: Block[]; network: Omit<Input<"networks">, "historicBlock"> }
-
-
network: Omit<Input<"networks">, "historicBlock">
Returns Process<(Network | undefined)[]>