MCPcopy Create free account
hub / github.com/dsg-titech/simblock / getBlock

Method getBlock

simulator/src/main/java/simblock/node/Node.java:202–204  ·  view source on GitHub ↗

Gets the current block. @return the block

()

Source from the content-addressed store, hash-verified

200 * @return the block
201 */
202 public Block getBlock() {
203 return this.block;
204 }
205
206 /**
207 * Gets all orphans known to node.

Callers 5

mintingMethod · 0.95
mintingMethod · 0.95
mainMethod · 0.45
receiveMessageMethod · 0.45
sendNextBlockMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected