Represents a signature in the merkle signature scheme using falcon signatures
as an underlying crypto scheme. It consists of an ephemeral public key, a signature, a merkle
verification path and an index. The merkle signature considered valid only if the Signature is
verified under the ephemeral public key and the Merkle verification path verifies that the
ephemeral public key is located at the given index of the tree (for the root given in the
long-term public key). More details can be found on Algorand’s spec
A Participant corresponds to an account whose AccountData.Status is Online, and for which the
expected sigRound satisfies AccountData.VoteFirstValid <= sigRound <= AccountData.VoteLastValid.
A single array position revealed as part of a state proof. It reveals an element of the
signature array and the corresponding element of the participants array.