# Functions
BigToHashSafe ensures that a bignum value is able to fit into a 32 byte buffer before converting it to a common.Hash Returns an error if overflow/truncation would occur by trying to perfom this operation.
CheckStakeWeightExceedsThreshold returns true if the accumulated signature weight is at least [quorumNum]/[quorumDen] of [totalWeight].
No description provided by the author
SanitizeHexString removes the "0x" prefix from a hex string if it exists.
StripFromString strips the input string starting from the first occurrence of the substring.
# Constants
No description provided by the author
TODO: Revisit these constant values once we are using the subnet-evm branch with finalized Warp implementation.