README
DAG
Tip
Vertex
Name
ProbFin
BlockHash
Chain
module
ProbFin
Defined in:
probfin.cr
Class Method Summary
.finalize
(from starting_blockhash : BlockHash, chain_length_threshold : Int32 =
6
, tip_diff_threshold : Int32 =
2
) : BlockHash?
.push
(block : BlockHash, parent : BlockHash)
Class Method Detail
def self.
finalize
(from starting_blockhash :
BlockHash
, chain_length_threshold : Int32 =
6
, tip_diff_threshold : Int32 =
2
) :
BlockHash
?
#
[
View source
]
def self.
push
(block :
BlockHash
, parent :
BlockHash
)
#
[
View source
]