namespace Nethereum.BlockchainProcessing.BlockStorage.Entities { public static class ColumnLengths { public const int AddressLength = 43; public const int HashLength = 67; public const int BigIntegerLength = 100; } }