LibNetwork

Git Source

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

NameTypeDescription
_podEntitybytes32The id of the pod entity

Structs

Counters

struct Counters {
    uint32 iterations;
    uint32 resolved;
    uint32 inputs;
}