# Functions
Apply a set of power table diffs to the passed power table.
MakePowerTableCID returns the DagCBOR-blake2b256 CID of the given power entries.
MakePowerTableDiff create a power table diff between the two given power tables.
NewFinalityCertificate constructs a new finality certificate from the given power delta (from `MakePowerTableDiff`) and justification (from GPBFT).
ValidateFinalityCertificates validates zero or more finality certificates, returning the next instance after the last valid finality certificates, any newly finalized tipsets, and the next power table to use as-of the last valid finality certificate.
# Structs
FinalityCertificate represents a single finalized GPBFT instance.
PowerTableDelta represents a single power table change between GPBFT instances.
# Type aliases
No description provided by the author