Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Contracts TrivialApp

RmbRT edited this page Mar 9, 2020 · 1 revision

A trivial App for our testing pipeline. (contracts/TrivialApp.sol:TrivialApp)

Just does nothing

Functions

validTransition(actorIdx,from,params,to)

ValidTransition checks if there was a valid transition between two states.

  • actorIdx: Index of the actor who signed this transition.
  • from: The current state.
  • params: The parameters of the channel.
  • to: The potenrial next state.
Clone this wiki locally