ethSignatureLength constant
int
const ethSignatureLength
The length of an Ethereum signature (r + s) in bytes.
Implementation
static const int ethSignatureLength = 64;
The length of an Ethereum signature (r + s) in bytes.
static const int ethSignatureLength = 64;