Searched refs:stateHash (Results 1 – 2 of 2) sorted by relevance
123 const stateHash = await this.toSha256(text); constant125 if (stateHash !== id) {126 throw new Error(`State hash does not match ${id} vs. ${stateHash}`);
136 const stateHash = Router.param('s'); constant137 if (stateHash) {139 hash: stateHash,