ethSignatureLength constant

int const ethSignatureLength

The length of an Ethereum signature (r + s) in bytes.

Implementation

static const int ethSignatureLength = 64;