Crate duniter_wotb [] [src]

wotb is a crate making "Web of Trust" computations for the Duniter project.

It defines a structure storing a Web of Trust.

Web of Trust tests are translated from duniter/wotb Javascript test.

Structs

NodeId

Wrapper for a node id.

WebOfTrust

Store a Web of Trust.

WotDistance

Results of WebOfTrust::compute_distance.

Enums

NewLinkResult

Results of a certification, with the current certification count of the destination as parameter.

RemovedLinkResult

Results of a certification removal, with the current certification count of the destination as parameter.