Options when doing a Agent.readState call.

interface ReadStateOptions {
    paths: ArrayBuffer[][];
}

Properties

Properties

paths: ArrayBuffer[][]

A list of paths to read the state of.