Type alias OrchestratorState
OrchestratorState: {
nextHopIndex: number;
opIndex: number;
systemConfirmationProof: ((brid) => Promise<Operation>);
tx: GTX;
}
Type declaration
nextHopIndex: number
opIndex: number
systemConfirmationProof: ((brid) => Promise<Operation>)
- (brid): Promise<Operation>
Returns Promise<Operation>
tx: GTX
the index in
path
where the next transaction is supposed to go