pub type Signature = SignatureBytes<SIGNATURE_SERIALIZED_SIZE, Ed25519Tag>;
A signature.
struct Signature(pub [u8; 64], _);
0: [u8; 64]