CompactSignature

Git Source

struct CompactSignature {
    bytes32 r;
    bytes32 vs;
}