SYMBOL INDEX (28 symbols across 5 files) FILE: block.js class Block (line 10) | class Block { method constructor (line 11) | constructor(blockNumber, previousHash, transactions) { method hash (line 19) | get hash() { method toString (line 23) | toString() { method printBlock (line 29) | printBlock() { class BlockHeader (line 40) | class BlockHeader { method constructor (line 41) | constructor(blockNumber, previousHash, data) { method setSignature (line 57) | setSignature(signature) { method toString (line 70) | toString(includingSig) { FILE: config.js method plasmaContractAddress (line 2) | get plasmaContractAddress() { method plasmaOperatorAddress (line 5) | get plasmaOperatorAddress() { FILE: merkle.js class Merkle (line 5) | class Merkle { method constructor (line 6) | constructor(data) { method makeTree (line 12) | makeTree() { method getRoot (line 21) | getRoot() { method getProof (line 25) | getProof(index) { method _hash (line 37) | _hash(value) { method _getBuffer (line 41) | _getBuffer(value) { method _getNextLevel (line 45) | _getNextLevel() { FILE: migrations/2_deploy_contracts.js constant RLP (line 4) | const RLP = artifacts.require("./RLP"); FILE: transaction.js constant RLP (line 4) | const RLP = require('rlp'); class Transaction (line 8) | class Transaction { method constructor (line 9) | constructor(blkNum1, txIndex1, oIndex1, sig1, method encode (line 34) | encode(includingSig) { method toString (line 47) | toString(includingSig) { method setSignature (line 51) | setSignature(sig) { class UTXO (line 59) | class UTXO { method constructor (line 60) | constructor(blkNum, txIndex, oIndex, owner, denom) {