eip191PrefixBytes constant

List<int> const eip191PrefixBytes

Prefix bytes used in EIP-191 signatures.

Implementation

static const List<int> eip191PrefixBytes = [25, 1];