Type Definition merkle_sigs::MerkleSignature[][src]

type MerkleSignature = (Vec<Vec<u8>>, Proof<MerklePublicKey>);

A type alias defining a Merkle signature. That includes both the Lamport leaf signature and inclusion proof.