Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
probfin
v0.2.1
DAG
Tip
Vertex
Name
ProbFin
BlockHash
Chain
Built with Crystal 1.9.2
2023-10-08 13:11:38 UTC
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 | Nil
.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
| Nil
#
[
View source
]
def self.
push
(block :
BlockHash
, parent :
BlockHash
)
#
[
View source
]