LibNetwork
Functions
resolve
Resolve the network in a pod
The outcome of this function is to update the tanks in the pod
function resolve(bytes32 _podEntity) internal;
Parameters
Name | Type | Description |
---|---|---|
_podEntity | bytes32 | The id of the pod entity |
Structs
Counters
struct Counters {
uint32 iterations;
uint32 resolved;
uint32 inputs;
}