export declare const GWEI = 1000000000; /** * As we encode the user index in the lowest-significant digits of the gasPrice, there should not be more users than the number * allowed by the digits we are using. * The broadcaster encodes the user's index into the gasPrice, and the paymentGateway extracts this information to charge the user appropriately. */ export declare const MAX_USER_INDICES = 10000000; //# sourceMappingURL=constants.d.ts.map