SYMBOL INDEX (88 symbols across 15 files) FILE: app/config/config.js method port (line 16) | get port() { method provider (line 22) | get provider() { method deployedPlasmaContract (line 27) | get deployedPlasmaContract(){ method plasmaOperatorAddress (line 34) | get plasmaOperatorAddress() { method plasmaOperatorPassword (line 39) | get plasmaOperatorPassword () { FILE: app/helpers/getAllTXsForAddress.js function getTXsforAddress (line 34) | async function getTXsforAddress(addressString, cb) { function getTXsAddressWithIndex (line 79) | async function getTXsAddressWithIndex(addressString, cb) { FILE: app/helpers/getAllUTXOsForAddress.js function getUTXOforAddress (line 32) | async function getUTXOforAddress(addressString, cb) { function getUTXOforAddressWithIndex (line 79) | async function getUTXOforAddressWithIndex(addressString, cb) { FILE: app/helpers/getAllWithdrawsForAddress.js function getTXsforAddress (line 35) | async function getTXsforAddress(addressString, cb) { function getWithdrawsForAddress (line 80) | async function getWithdrawsForAddress(addressString, cb) { FILE: app/helpers/signatureChecks.js function signForECRECOVER (line 3) | function signForECRECOVER(dataBuffer, privKeyBuffer) { function checkSender (line 9) | function checkSender(dataBuffer, signatureObject, address) { function testSignature (line 16) | function testSignature() { FILE: app/miner.js function startBlockProcessing (line 43) | function startBlockProcessing(app, fromBlock) { function createBlock (line 112) | async function createBlock() { function writeBlock (line 207) | async function writeBlock(block) { function startHeadersSubmission (line 258) | function startHeadersSubmission(app, fromBlock) { function submitBlockHeader (line 308) | function submitBlockHeader(block){ function tryToMine (line 347) | async function tryToMine() { function sleep (line 353) | function sleep(ms) { FILE: compile.js function sleep (line 14) | function sleep(ms) { function findImports (line 23) | function findImports (path) { function main (line 35) | async function main() { FILE: lib/Block/block.js constant N_DIV_2 (line 25) | const N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501d... class Block (line 27) | class Block { method constructor (line 28) | constructor (data) { method serializeSignature (line 110) | serializeSignature(signatureString) { method serialize (line 115) | serialize(includeSignature) { method clearRaw (line 127) | clearRaw(includeSignature) { method hash (line 136) | hash (includeSignature) { method getSenderAddress (line 144) | getSenderAddress () { method getSenderPublicKey (line 152) | getSenderPublicKey () { method getMerkleHash (line 156) | getMerkleHash () { method verifySignature (line 164) | verifySignature () { method sign (line 172) | sign (privateKey) { method validate (line 182) | validate (stringError) { FILE: lib/Block/blockHeader.js constant N_DIV_2 (line 15) | const N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501d... class BlockHeader (line 17) | class BlockHeader { method constructor (line 18) | constructor (data) { method hash (line 90) | hash (includeSignature) { method serializeSignature (line 104) | serializeSignature(signatureString) { method getSenderAddress (line 125) | getSenderAddress () { method getSenderPublicKey (line 138) | getSenderPublicKey () { method verifySignature (line 150) | verifySignature () { method sign (line 173) | sign (privateKey) { method clearRaw (line 184) | clearRaw(includeSignature) { method validate (line 200) | validate (stringError) { method toFullJSON (line 212) | toFullJSON(labeled) { FILE: lib/Tx/input.js constant N_DIV_2 (line 16) | const N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501d... class TransactionInput (line 18) | class TransactionInput { method constructor (line 19) | constructor (data) { method getKey (line 80) | getKey() { method toFullJSON (line 88) | toFullJSON(labeled) { FILE: lib/Tx/output.js constant N_DIV_2 (line 17) | const N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501d... class TransactionOutput (line 19) | class TransactionOutput { method constructor (line 20) | constructor (data) { method getKey (line 75) | getKey() { method toFullJSON (line 83) | toFullJSON(labeled) { FILE: lib/Tx/tx.js constant N_DIV_2 (line 25) | const N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501d... class PlasmaTransaction (line 33) | class PlasmaTransaction { method constructor (line 34) | constructor (data) { method toWithdrawAddress (line 111) | toWithdrawAddress () { method fromFundingAddress (line 119) | fromFundingAddress () { method hash (line 128) | hash (includeSignature, includeNumber) { method serializeSignature (line 140) | serializeSignature(signatureString) { method getTransactionInput (line 157) | getTransactionInput(inputNumber) { method getTransactionOutput (line 165) | getTransactionOutput(outputNumber) { method getKey (line 173) | getKey() { method clearRaw (line 187) | clearRaw(includeNumber, includeSignature) { method getSenderAddress (line 208) | getSenderAddress () { method getSenderPublicKey (line 221) | getSenderPublicKey () { method verifySignature (line 232) | verifySignature () { method sign (line 256) | sign (privateKey) { method assignNumber (line 265) | assignNumber (numberInBlock) { method transactionTypeUInt (line 270) | transactionTypeUInt() { method validate (line 280) | validate (stringError) { method toFullJSON (line 306) | toFullJSON(labeled) { FILE: lib/merkle-tools.js function _getBuffer (line 202) | function _getBuffer (value) { function _isHex (line 212) | function _isHex (value) { function _calculateNextLevel (line 219) | function _calculateNextLevel (doubleHash) { function _calculateBTCNextLevel (line 238) | function _calculateBTCNextLevel (doubleHash) { FILE: lib/serialize.js function getter (line 29) | function getter () { function setter (line 32) | function setter (v) { FILE: server.js function startVM (line 59) | async function startVM(){ function deployContracts (line 88) | async function deployContracts() { function jump (line 108) | function jump(duration) { function prepareOracle (line 125) | async function prepareOracle(){