addrLen constant
        
        int
        const addrLen
        
      
      
The total length of an Ethereum address in hexadecimal characters.
Implementation
static const int addrLen = 40;
The total length of an Ethereum address in hexadecimal characters.
static const int addrLen = 40;